aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorD G Turner2014-05-10 19:02:11 +0100
committerD G Turner2014-05-10 19:02:50 +0100
commit0844ba0ddeb9b3560660d275cc999b14055e285c (patch)
tree8a891136159c3e07c021601105b1b1e2db70a2f0 /engines
parent1506b96bd0fd65682a90ed594e838182922055b1 (diff)
downloadscummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.tar.gz
scummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.tar.bz2
scummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.zip
PARALLACTION: Remove leftover "debugLevel" command prototype.
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/debug.h b/engines/parallaction/debug.h
index 887d08e945..551d746edf 100644
--- a/engines/parallaction/debug.h
+++ b/engines/parallaction/debug.h
@@ -22,7 +22,6 @@ private:
Parallaction *_vm;
MouseTriState _mouseState;
- bool Cmd_DebugLevel(int argc, const char **argv);
bool Cmd_Location(int argc, const char **argv);
bool Cmd_Give(int argc, const char **argv);
bool Cmd_Zones(int argc, const char **argv);