diff options
Diffstat (limited to 'engines/sherlock/inventory.h')
-rw-r--r-- | engines/sherlock/inventory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h index eb5aebdd7c..5b9374d7a7 100644 --- a/engines/sherlock/inventory.h +++ b/engines/sherlock/inventory.h @@ -95,8 +95,6 @@ public: void highlight(int index, byte color); - void doInvJF(); - int putNameInInventory(const Common::String &name); int putItemInInventory(Object &obj); |