Remove unused file
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@375 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
ca69e8eac4
commit
5c9ab850c1
|
@ -122,7 +122,6 @@ warzone_SOURCES = \
|
|||
oprint.c \
|
||||
power.c \
|
||||
projectile.c \
|
||||
readfiles.c \
|
||||
seqdisp.c \
|
||||
structure.c \
|
||||
target.c \
|
||||
|
|
|
@ -112,7 +112,6 @@ SRC_FILES= ai.c \
|
|||
oprint.c \
|
||||
power.c \
|
||||
projectile.c \
|
||||
readfiles.c \
|
||||
seqdisp.c \
|
||||
structure.c \
|
||||
target.c \
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/***************************************************************************/
|
Loading…
Reference in New Issue