diff options
| author | Strangerke | 2011-09-09 17:14:02 +0200 | 
|---|---|---|
| committer | Strangerke | 2011-09-09 17:14:02 +0200 | 
| commit | 8dc4cb40d91477103086da729350ba847e13cb04 (patch) | |
| tree | 4ec80de64d03376aebcd6203356a9813898cb0e1 | |
| parent | b23bee8571567260c3003f82e3da4a681f3f0cc2 (diff) | |
| download | scummvm-rg350-8dc4cb40d91477103086da729350ba847e13cb04.tar.gz scummvm-rg350-8dc4cb40d91477103086da729350ba847e13cb04.tar.bz2 scummvm-rg350-8dc4cb40d91477103086da729350ba847e13cb04.zip | |
CGE: Remove a useless function declaration in class BtFile
| -rw-r--r-- | engines/cge/fileio.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index eee0332010..dc9c74ecf9 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -131,7 +131,6 @@ public:  	BtFile(const char *name, Crypt *crpt);  	virtual ~BtFile();  	BtKeypack *find(const char *key); -	BtKeypack *next();  };  class Dat { | 
