Remove unused file

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@375 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2005-12-10 15:51:19 +00:00
parent ca69e8eac4
commit 5c9ab850c1
3 changed files with 0 additions and 30 deletions

View File

@ -122,7 +122,6 @@ warzone_SOURCES = \
oprint.c \
power.c \
projectile.c \
readfiles.c \
seqdisp.c \
structure.c \
target.c \

View File

@ -112,7 +112,6 @@ SRC_FILES= ai.c \
oprint.c \
power.c \
projectile.c \
readfiles.c \
seqdisp.c \
structure.c \
target.c \

View File

@ -1,28 +0,0 @@
/***************************************************************************/
/*
* ReadFiles.c
*
* Temp file which loads audio and anim data
*/
/***************************************************************************/
#include "frame.h"
#include "audio.h"
/***************************************************************************/
extern BOOL ParseFile( char szFileName[] );
/***************************************************************************/
/***************************************************************************/
BOOL
ReadFiles( void )
{
return TRUE;
}
/***************************************************************************/