Remove some dead #ifdef'ed code (#ifdef ARROWS).

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5650 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-07-24 10:13:22 +00:00
parent 8eb2ed2827
commit 6a94667dba
2 changed files with 0 additions and 11 deletions

View File

@ -876,10 +876,6 @@ static void drawTiles(iView *player)
pie_RemainingPasses();
pie_EndLighting();
#ifdef ARROWS
arrowDrawAll();
#endif
targetCloseList();
if(driveModeActive()) {

View File

@ -435,10 +435,6 @@ BOOL systemInitialise(void)
return false;
}
#ifdef ARROWS
arrowInit();
#endif
// Initialize the iVis text rendering module
iV_TextInit();
@ -455,9 +451,6 @@ BOOL systemInitialise(void)
void systemShutdown(void)
{
// unsigned int i;
#ifdef ARROWS
arrowShutDown();
#endif
keyClearMappings();