summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index ed9a8de6f..2498d50d4 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -17,8 +17,6 @@
#include "../command_type.h"
-#ifdef ENABLE_NETWORK
-
#ifdef RANDOM_DEBUG
/**
* If this line is enable, every frame will have a sync test
@@ -171,5 +169,4 @@ StringID GetNetworkErrorMsg(NetworkErrorCode err);
bool NetworkFindName(char *new_name, const char *last);
const char *GenerateCompanyPasswordHash(const char *password, const char *password_server_id, uint32 password_game_seed);
-#endif /* ENABLE_NETWORK */
#endif /* NETWORK_INTERNAL_H */