src/variables.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6254 abc6ad7c035c
child 6298 c30fe89622df
child 9895 7bd07f43b0e3
--- a/src/variables.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/variables.h	Wed Feb 28 00:33:40 2007 +0000
@@ -337,19 +337,6 @@
 VARDEF char *_highscore_file;
 VARDEF char *_log_file;
 
-// NOSAVE: These can be recalculated from InitializeLandscapeVariables
-typedef struct {
-	StringID names_s[NUM_CARGO];
-	StringID names_long[NUM_CARGO];
-	StringID names_short[NUM_CARGO];
-	byte weights[NUM_CARGO];
-	SpriteID sprites[NUM_CARGO];
-	byte transit_days_1[NUM_CARGO];
-	byte transit_days_2[NUM_CARGO];
-} CargoConst;
-
-VARDEF CargoConst _cargoc;
-
 
 static inline void SetDParamX(uint32 *s, uint n, uint32 v)
 {