summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-23 09:13:12 +0000
committertron <tron@openttd.org>2005-02-23 09:13:12 +0000
commitf55bde6ee41eacde0fe3aab20b82af4fa99bdfcc (patch)
treeac3b31a0a17904ab3682202b886b12acab039b14 /variables.h
parent50ac80cb4c08d76c57b540744e7394ebd3ccc300 (diff)
downloadopenttd-f55bde6ee41eacde0fe3aab20b82af4fa99bdfcc.tar.xz
(svn r1910) Move two variables out of variables.h which are only used locally
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/variables.h b/variables.h
index ef0ff1ad1..07d23013c 100644
--- a/variables.h
+++ b/variables.h
@@ -449,9 +449,5 @@ VARDEF byte _railtype_selected_in_replace_gui;
/* Forking stuff */
VARDEF bool _dedicated_forks;
-VARDEF bool _dedicated_enabled;
-#ifdef UNIX
- VARDEF pid_t _dedicated_pid;
-#endif
#endif /* VARIABLES_H */