remove unused extern

This commit is contained in:
Pawel Kolodziejski 2009-05-17 09:21:53 +00:00
parent 629ef9f84c
commit ff4bd90b2c

View File

@ -28,8 +28,6 @@
#include "common/savefile.h"
extern Common::SaveFileManager *g_saveFileMan;
class SaveGame {
public:
SaveGame(const char *filename, bool saving);