summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/newgrf_config.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index d7919e32a..a4ec52f0f 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -835,9 +835,6 @@ char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last)
return dst;
}
-/** Base GRF ID for OpenTTD's base graphics GRFs. */
-static const uint32 OPENTTD_GRAPHICS_BASE_GRF_ID = BSWAP32(0xFF4F5400);
-
/**
* Search a textfile file next to this NewGRF.
* @param type The type of the textfile to search for.