From f55bde6ee41eacde0fe3aab20b82af4fa99bdfcc Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Feb 2005 09:13:12 +0000 Subject: (svn r1910) Move two variables out of variables.h which are only used locally --- variables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'variables.h') 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 */ -- cgit v1.2.3-54-g00ecf