CGE: Remove a useless function declaration in class BtFile

This commit is contained in:
Strangerke 2011-09-09 17:14:02 +02:00
parent b23bee8571
commit 8dc4cb40d9

View File

@ -131,7 +131,6 @@ public:
BtFile(const char *name, Crypt *crpt);
virtual ~BtFile();
BtKeypack *find(const char *key);
BtKeypack *next();
};
class Dat {