From c42cbedd8019373228e260de2f422fb7a15f4156 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 8 May 2008 13:21:30 +0000 Subject: Removed hardcoded menus in favor of scriptable ones. Made UI module part of the client, removed all glue. Added `pushmenu', `popmenu', 'forcemenuoff' commands. Detect gzipped files by contents, not by *.gz extension (TODO). --- source/ui_controls.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/ui_controls.c (limited to 'source/ui_controls.c') diff --git a/source/ui_controls.c b/source/ui_controls.c deleted file mode 100644 index 4e00aa7..0000000 --- a/source/ui_controls.c +++ /dev/null @@ -1,24 +0,0 @@ -/* -Copyright (C) 1997-2001 Id Software, Inc. - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -#include "ui_local.h" - - - -- cgit v1.2.3