From 765ae5173f138357e3cbe5996ca1eeefcf6fccf6 Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 9 Mar 2013 20:29:20 +0000 Subject: [PATCH] Remove unused main/gamestat.h --- main/gamestat.h | 22 ---------------------- main/kconfig.h | 1 - 2 files changed, 23 deletions(-) delete mode 100644 main/gamestat.h diff --git a/main/gamestat.h b/main/gamestat.h deleted file mode 100644 index c696e7966..000000000 --- a/main/gamestat.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * - * Game Status Definitions - * - */ - -#ifndef _GAMESTAT_H -#define _GAMESTAT_H - -#define GAMESTAT_RUNNING 0 -#define GAMESTAT_MAIN_MENU 1 -#define GAMESTAT_SELECT_MISSION 2 -#define GAMESTAT_SELECT_DIFF 3 -#define GAMESTAT_ABORT_GAME 4 -#define GAMESTAT_MULTIPLAYER 5 -#define GAMESTAT_START_MULTIPLAYER_MISSION 6 -#define GAMESTAT_NETGAME_OPTIONS 7 -#define GAMESTAT_MORE_NETGAME_OPTIONS 8 -#define GAMESTAT_NETGAME_PLAYER_SELECT 9 -#define GAMESTAT_JOIN_NETGAME 10 - -#endif /* _GAMESTAT_H */ diff --git a/main/kconfig.h b/main/kconfig.h index 14716e1c7..ba9e915cf 100644 --- a/main/kconfig.h +++ b/main/kconfig.h @@ -22,7 +22,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #define _KCONFIG_H #include "config.h" -#include "gamestat.h" #include "event.h" #include "key.h" #include "joy.h"