diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 4 |
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 */ |