diff options
| author | Sven Hesse | 2009-06-22 16:29:00 +0000 | 
|---|---|---|
| committer | Sven Hesse | 2009-06-22 16:29:00 +0000 | 
| commit | 58aeec17c0d0f52492e62ba2908584fddfac3c67 (patch) | |
| tree | 1d63dbc2b108e80862cbf13adf5199b24832b620 | |
| parent | ca10b516a34e36418b9349895c436a145f3c8008 (diff) | |
| download | scummvm-rg350-58aeec17c0d0f52492e62ba2908584fddfac3c67.tar.gz scummvm-rg350-58aeec17c0d0f52492e62ba2908584fddfac3c67.tar.bz2 scummvm-rg350-58aeec17c0d0f52492e62ba2908584fddfac3c67.zip  | |
Removing commented-out declarations
svn-id: r41768
| -rw-r--r-- | engines/gob/script.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h index 48de1b9e76..8f1352de86 100644 --- a/engines/gob/script.h +++ b/engines/gob/script.h @@ -96,16 +96,6 @@ public:  	void pop(bool ret = true);  	void call(uint32 offset); -/*	byte *loadExtData(int16 dataId, int16 *pResWidth, int16 *pResHeight, uint32 *dataSize = 0); -	byte *loadTotResource(int16 id, int16 *dataSize = 0, int16 *width = 0, int16 *height = 0); - -	byte *loadLocTexts(int32 *dataSize = 0); -	int32 loadTotFile(const char *path); -	void loadExtTable(void); -	void loadImFile(void); - -	int16 openLocTextFile(char *locTextFile, int language);*/ -  private:  	struct CallEntry {  		byte *totPtr;  | 
