From 590dbac239768d9ddb8712111b60c783431021d5 Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 9 Jan 2012 02:02:02 +0100 Subject: put the game version constants all together in one file. Closes #870 --- src/versionsrv/versionsrv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/versionsrv/versionsrv.h') diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h index 006a8e4d..383f1ac4 100644 --- a/src/versionsrv/versionsrv.h +++ b/src/versionsrv/versionsrv.h @@ -28,8 +28,6 @@ static CMapVersion s_aMapVersionList[] = { }; static const int s_NumMapVersionItems = sizeof(s_aMapVersionList)/sizeof(CMapVersion); -static const unsigned char VERSION_DATA[] = {0x00, 0, 6, 0}; - static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'}; static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'}; -- cgit 1.4.1