aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.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/menu.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/menu.h')
-rw-r--r--engines/hdb/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/menu.h b/engines/hdb/menu.h
index 0a0cb0d0cd..006ee7a8aa 100644
--- a/engines/hdb/menu.h
+++ b/engines/hdb/menu.h
@@ -152,6 +152,8 @@ struct Star {
class Menu {
public:
+ ~Menu();
+
bool init();
void readConfig();