summaryrefslogtreecommitdiff
path: root/src/network/network_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_content.h')
-rw-r--r--src/network/network_content.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/network/network_content.h b/src/network/network_content.h
index 25788065f..b1e9dd66b 100644
--- a/src/network/network_content.h
+++ b/src/network/network_content.h
@@ -15,8 +15,6 @@
#include "core/tcp_content.h"
#include "core/tcp_http.h"
-#if defined(ENABLE_NETWORK)
-
/** Vector with content info */
typedef SmallVector<ContentInfo *, 16> ContentVector;
/** Vector with constant content info */
@@ -153,8 +151,4 @@ void ShowNetworkContentListWindow(ContentVector *cv = NULL, ContentType type1 =
void ShowMissingContentWindow(const struct GRFConfig *list);
-#else
-static inline void ShowNetworkContentListWindow() {}
-#endif /* ENABLE_NETWORK */
-
#endif /* NETWORK_CONTENT_H */