Remove unused constant from newgrf_config.cpp

This commit is contained in:
Jonathan G Rennison
2017-03-04 13:20:21 +00:00
parent 54494a0a7c
commit 3fde2cb5b1

View File

@@ -915,9 +915,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.