diff options
author | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-05-05 16:32:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 15:32:41 +0100 |
commit | 605bd246746b0d6b47e54bbdb1f2a96b782fb371 (patch) | |
tree | 94942f1a07925edf0246e1f71edd6f2bd4dc5caf /src | |
parent | a432009f06321009ee1c480ec4034f5faffde75c (diff) | |
download | openttd-605bd246746b0d6b47e54bbdb1f2a96b782fb371.tar.xz |
Cleanup: Leftover static const variable from a3b356e (#9194)
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf_config.cpp | 3 |
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. |