aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vol.h')
-rw-r--r--engines/cge/vol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cge/vol.h b/engines/cge/vol.h
index f9d9382eac..d85faa4f4a 100644
--- a/engines/cge/vol.h
+++ b/engines/cge/vol.h
@@ -45,9 +45,6 @@ class Dat {
VOLBASE _file;
public:
Dat();
-
- bool append(uint8 *buf, uint16 len);
- bool write(CFile &f);
bool read(long org, uint16 len, uint8 *buf);
};
@@ -61,7 +58,6 @@ private:
long _endMark;
void readBuf();
- void writeBuf() { }
public:
VFile(const char *name, IOMode mode = kModeRead);
~VFile();