aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-08 01:19:13 +0530
committerEugene Sandulenko2019-09-03 17:17:14 +0200
commit82fe644f543c8375b5cd901538511fc4e3c0f192 (patch)
tree6f2d910459abf6ff1d109cc57b56198cd2af5d48 /engines/hdb/gfx.h
parentce6b62d8968a14ad6b0eeef215ea0eeda106562f (diff)
downloadscummvm-rg350-82fe644f543c8375b5cd901538511fc4e3c0f192.tar.gz
scummvm-rg350-82fe644f543c8375b5cd901538511fc4e3c0f192.tar.bz2
scummvm-rg350-82fe644f543c8375b5cd901538511fc4e3c0f192.zip
HDB: Remove unnecessary functions
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 6439fbff6a..88fb25063b 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -114,10 +114,6 @@ public:
Picture *loadPic(const char *picName);
Tile *loadTile(const char *tileName);
- void savePic(Picture *pic, Common::OutSaveFile *out);
- void saveTile(Tile *tile, Common::OutSaveFile *out);
- void loadPicSave(Picture *pic, Common::InSaveFile *in);
- void loadTileSave(Tile *tile, Common::InSaveFile *in);
Tile *getTile(int index);
void cacheTileSequence(int index, int count);