(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.

This commit is contained in:
frosch
2017-01-07 21:36:25 +00:00
parent dc024f0e3a
commit a76847f362
4 changed files with 1 additions and 14 deletions

View File

@@ -103,7 +103,6 @@ struct GRFLabel {
/** Dynamic data of a loaded NewGRF */
struct GRFFile : ZeroedMemoryAllocator {
char *filename;
bool is_ottdfile;
uint32 grfid;
byte grf_version;