1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 06:29:11 +00:00

(svn r1910) Move two variables out of variables.h which are only used locally

This commit is contained in:
tron
2005-02-23 09:13:12 +00:00
parent 50ac80cb4c
commit f55bde6ee4
3 changed files with 8 additions and 10 deletions

View File

@@ -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 */