aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/console.h')
-rw-r--r--engines/avalanche/console.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/avalanche/console.h b/engines/avalanche/console.h
index 91b77d4365..138c3db05c 100644
--- a/engines/avalanche/console.h
+++ b/engines/avalanche/console.h
@@ -41,12 +41,6 @@ namespace Avalanche {
private:
AvalancheEngine *_vm;
- bool Cmd_listScreens(int argc, const char **argv);
- bool Cmd_listObjects(int argc, const char **argv);
- bool Cmd_getObject(int argc, const char **argv);
- bool Cmd_getAllObjects(int argc, const char **argv);
- bool Cmd_gotoScreen(int argc, const char **argv);
- bool Cmd_boundaries(int argc, const char **argv);
};
} // End of namespace Avalanche