From 48491a8f4c5132ca563d988552965a6dfc3cae4a Mon Sep 17 00:00:00 2001 From: tjw Date: Sat, 26 Aug 2006 06:12:15 +0000 Subject: * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server builds when svn version cannot be detected git-svn-id: svn://svn.icculus.org/quake3/trunk@872 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index 3a876d2..9db786a 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -35,10 +35,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define RETRANSMIT_TIMEOUT 3000 // time between connection packet retransmits -#ifndef SVN_VERSION - #define SVN_VERSION Q3_VERSION -#endif - // snapshots are a view of the server at a given time typedef struct { qboolean valid; // cleared if delta parsing was invalid -- cgit v1.2.3