summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-07-21 21:41:21 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-07-21 22:28:51 +0200
commitba29edb0b3477f986bbefbf02d7bc619bac182f9 (patch)
treeb58652503983c23bf22b3d6c00eb8b53bdc94416 /src/network/core/config.h
parent9cc706847cc92e8408426c78c3bee575c3323d15 (diff)
downloadopenttd-ba29edb0b3477f986bbefbf02d7bc619bac182f9.tar.xz
Cleanup: remove some references to the old master-server
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index 10ec070f0..0a6eaa4f7 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -94,14 +94,4 @@ static const uint NETWORK_GRF_NAME_LENGTH = 80; ///< Maxim
*/
static const uint NETWORK_MAX_GRF_COUNT = 255;
-/**
- * The number of landscapes in OpenTTD.
- * This number must be equal to NUM_LANDSCAPE, but as this number is used
- * within the network code and that the network code is shared with the
- * masterserver/updater, it has to be declared in here too. In network.cpp
- * there is a compile assertion to check that this NUM_LANDSCAPE is equal
- * to NETWORK_NUM_LANDSCAPES.
- */
-static const uint NETWORK_NUM_LANDSCAPES = 4;
-
#endif /* NETWORK_CORE_CONFIG_H */