aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl_v4.h')
-rw-r--r--engines/adl/adl_v4.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/adl/adl_v4.h b/engines/adl/adl_v4.h
index 8516e40bd2..1bc7664d58 100644
--- a/engines/adl/adl_v4.h
+++ b/engines/adl/adl_v4.h
@@ -68,9 +68,6 @@ protected:
void backupVars();
void restoreVars();
void switchRegion(byte region);
- virtual bool isInventoryFull() { return false; }
- virtual void takeItem(byte noun);
- virtual void dropItem(byte noun);
int o4_isItemInRoom(ScriptEnv &e);
int o4_isVarGT(ScriptEnv &e);