aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-18 00:13:06 +0530
committerEugene Sandulenko2019-09-03 17:17:22 +0200
commit8825980e1f35cbe76cb7f8c2c0b079ec114bdbcb (patch)
tree3c0f34989c6adeb6db11549be73a94aee5cf7704 /engines/hdb/gfx.h
parentf5aff6c72def2c688621220684fc12e664c643bd (diff)
downloadscummvm-rg350-8825980e1f35cbe76cb7f8c2c0b079ec114bdbcb.tar.gz
scummvm-rg350-8825980e1f35cbe76cb7f8c2c0b079ec114bdbcb.tar.bz2
scummvm-rg350-8825980e1f35cbe76cb7f8c2c0b079ec114bdbcb.zip
HDB: Remove redundant custom free() function
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 119c5682e1..ce6ceb6502 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -256,7 +256,6 @@ public:
Graphics::Surface load(Common::SeekableReadStream *stream);
int draw(int x, int y);
int drawMasked(int x, int y, int alpha = 0xff);
- void free();
int _width, _height;
@@ -279,7 +278,6 @@ public:
Graphics::Surface load(Common::SeekableReadStream *stream);
int draw(int x, int y);
int drawMasked(int x, int y, int alpha = 0xff);
- void free();
uint32 _flags;