summaryrefslogtreecommitdiff
path: root/src/network/core/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/game.h')
-rw-r--r--src/network/core/game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/core/game.h b/src/network/core/game.h
index a9da29118..57eba5812 100644
--- a/src/network/core/game.h
+++ b/src/network/core/game.h
@@ -19,8 +19,6 @@
#include "../../newgrf_config.h"
#include "../../date_type.h"
-#ifdef ENABLE_NETWORK
-
/**
* The game information that is not generated on-the-fly and has to
* be sent to the clients.
@@ -58,6 +56,4 @@ struct NetworkGameInfo : NetworkServerGameInfo {
const char * GetNetworkRevisionString();
-#endif /* ENABLE_NETWORK */
-
#endif /* NETWORK_CORE_GAME_H */