From: black Date: Wed, 11 Feb 2004 18:56:43 +0000 (+0000) Subject: Fixed: Removed not needed variable. X-Git-Tag: xonotic-v0.1.0preview~6094 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=388cc64944f02555b34ad4b4fc2f376080e96150;p=xonotic%2Fdarkplaces.git Fixed: Removed not needed variable. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3894 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.h b/menu.h index 6cb04256..04d774c7 100644 --- a/menu.h +++ b/menu.h @@ -46,7 +46,6 @@ enum m_state_e { m_options_colorcontrol }; -extern int m_serverlist; extern enum m_state_e m_state; extern char m_return_reason[32];