Removed unused prototype to GetGameApi()

Submitted by: Ozkan Sezer
This commit is contained in:
Yamagi Burmeister 2015-08-31 18:44:19 +02:00
parent dffca8fc79
commit a65b93192c
1 changed files with 2 additions and 4 deletions

View File

@ -209,7 +209,5 @@ typedef struct
int max_edicts;
} game_export_t;
game_export_t *GetGameApi(game_import_t *import);
#endif /* CTF_GAME_H */