src/variables.h
changeset 8142 837f47089a7c
parent 8140 0d0d8c94f84b
child 8151 4cefeef74c28
--- a/src/variables.h	Wed Dec 26 16:38:34 2007 +0000
+++ b/src/variables.h	Wed Dec 26 23:04:26 2007 +0000
@@ -6,7 +6,6 @@
 #define VARIABLES_H
 
 #include "yapf/yapf_settings.h"
-#include "openttd.h"
 #include "tile_type.h"
 #include "strings_type.h"
 #include "date_type.h"
@@ -51,8 +50,6 @@
  *  tick handler. */
 VARDEF uint16 _station_tick_ctr;
 
-VARDEF uint32 _random_seeds[2][2];
-
 /* Iterator through all towns in OnTick_Town */
 VARDEF uint32 _cur_town_ctr;
 /* Frequency iterator at the same place */