diff options
Diffstat (limited to 'src/network/network.h')
-rw-r--r-- | src/network/network.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/network.h b/src/network/network.h index 3cedb9b6e..fbe2a31cc 100644 --- a/src/network/network.h +++ b/src/network/network.h @@ -31,9 +31,6 @@ static inline void NetworkShutDown() {} #endif /* ENABLE_NETWORK */ -/** What is the revision of OpenTTD. */ -extern const char _openttd_revision[]; - /** As which player do we play? */ extern PlayerID _network_playas; |