diff --git a/ruamoko/cl_menu/Makefile.am b/ruamoko/cl_menu/Makefile.am index fa7e9ed4c..84c343cc0 100644 --- a/ruamoko/cl_menu/Makefile.am +++ b/ruamoko/cl_menu/Makefile.am @@ -27,10 +27,8 @@ pkgdata_DATA= $(data) EXTRA_DATA= $(menu_data) menu_src= \ - client_menu.qc controls_o.qc \ - Frame.r inputline_util.qc menu.r HUD.r \ - hud_interface.qc options.qc \ - options_util.qc servlist.qc + client_menu.qc controls_o.qc options.qc options_util.qc servlist.qc \ + Frame.r menu.r HUD.r %.qfo: %.r $(QFCC) $(QCFLAGS) $(QCPPFLAGS) -c -o $@ $< diff --git a/ruamoko/cl_menu/hud_interface.qc b/ruamoko/cl_menu/hud_interface.qc deleted file mode 100644 index 47276f261..000000000 --- a/ruamoko/cl_menu/hud_interface.qc +++ /dev/null @@ -1,11 +0,0 @@ -#include "gib.h" -#include "draw.h" -#include "Array.h" -#include "HUD.h" -#include "string.h" -#include "debug.h" - -void () menu_draw_hud = -{ -}; - diff --git a/ruamoko/cl_menu/inputline_util.qc b/ruamoko/cl_menu/inputline_util.qc deleted file mode 100644 index ec281746a..000000000 --- a/ruamoko/cl_menu/inputline_util.qc +++ /dev/null @@ -1,27 +0,0 @@ -/* - inputline_util.qc - - Utilities for the inputline - - Copyright (C) 2002 Robin Redeker - - 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: - - Free Software Foundation, Inc. - 59 Temple Place - Suite 330 - Boston, MA 02111-1307, USA -*/ - -/* EMPTY YET - REMOVE FILE? */