From: havoc Date: Fri, 15 Dec 2006 19:43:12 +0000 (+0000) Subject: removed an unused extern for fs_modified X-Git-Tag: xonotic-v0.1.0preview~3747 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0855bac905297f6d915b7ffece2cc34b60f4a230;p=xonotic%2Fdarkplaces.git removed an unused extern for fs_modified git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6653 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index ed92588f..035c1a6f 100644 --- a/common.c +++ b/common.c @@ -30,8 +30,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. cvar_t registered = {0, "registered","0", "indicates if this is running registered quake (whether gfx/qpop.lmp was found)"}; cvar_t cmdline = {0, "cmdline","0", "contains commandline the engine was launched with"}; -extern qboolean fs_modified; // set true if using non-id files - char com_token[MAX_INPUTLINE]; int com_argc; const char **com_argv;