summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraphschedule.h
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2014-02-16 18:42:59 +0000
committerfonsinchen <fonsinchen@openttd.org>2014-02-16 18:42:59 +0000
commitcc77d4033669da00bd8de17c231fc64a7264c56e (patch)
tree729b27adbb4709f939d1571c47a505f43022d9c6 /src/linkgraph/linkgraphschedule.h
parent55502341ac4975e2e5bf0661b094fa3d4e7fe890 (diff)
downloadopenttd-cc77d4033669da00bd8de17c231fc64a7264c56e.tar.xz
(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves after SLA_NULL.
Diffstat (limited to 'src/linkgraph/linkgraphschedule.h')
-rw-r--r--src/linkgraph/linkgraphschedule.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/linkgraph/linkgraphschedule.h b/src/linkgraph/linkgraphschedule.h
index 25c56904f..5d1871962 100644
--- a/src/linkgraph/linkgraphschedule.h
+++ b/src/linkgraph/linkgraphschedule.h
@@ -48,9 +48,6 @@ protected:
GraphList schedule; ///< Queue for new jobs.
JobList running; ///< Currently running jobs.
- void SpawnThread(LinkGraphJob *job);
- void JoinThread(LinkGraphJob *job);
-
public:
/* This is a tick where not much else is happening, so a small lag might go unnoticed. */
static const uint SPAWN_JOIN_TICK = 21; ///< Tick when jobs are spawned or joined every day.