Remove the goonstation /datum/controller/processScheduler as it is no longer used.

This commit is contained in:
Leshana
2020-04-14 16:17:32 -04:00
parent c5b3be0123
commit 3be0330db2
16 changed files with 0 additions and 1034 deletions
-5
View File
@@ -107,11 +107,6 @@ var/round_start_time = 0
next_duration_update = world.time + 1 MINUTES
return last_round_duration
//Can be useful for things dependent on process timing
/proc/process_schedule_interval(var/process_name)
var/datum/controller/process/process = processScheduler.getProcess(process_name)
return process.schedule_interval
/hook/startup/proc/set_roundstart_hour()
roundstart_hour = pick(2,7,12,17)
return 1