mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
more cleanup
This commit is contained in:
parent
98ccba65bb
commit
c493a82de1
3 changed files with 2 additions and 42 deletions
|
@ -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 $@ $<
|
||||
|
|
|
@ -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 =
|
||||
{
|
||||
};
|
||||
|
|
@ -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? */
|
Loading…
Reference in a new issue