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_interface.c | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 source/ui_interface.c (limited to 'source/ui_interface.c') diff --git a/source/ui_interface.c b/source/ui_interface.c deleted file mode 100644 index 0d0068a..0000000 --- a/source/ui_interface.c +++ /dev/null @@ -1,31 +0,0 @@ -/* -Copyright (C) 2003-2006 Andrey Nazarov - -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" - - -/* -======================================================================= - -INTERFACE MENU - -======================================================================= -*/ - -- cgit v1.2.3