more cleanup

This commit is contained in:
Bill Currie 2004-02-14 05:02:25 +00:00
parent 98ccba65bb
commit c493a82de1
3 changed files with 2 additions and 42 deletions

View file

@ -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 $@ $<

View file

@ -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 =
{
};

View file

@ -1,27 +0,0 @@
/*
inputline_util.qc
Utilities for the inputline
Copyright (C) 2002 Robin Redeker <elmex@x-paste.de>
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? */