diff options
author | D G Turner | 2014-05-10 19:02:11 +0100 |
---|---|---|
committer | D G Turner | 2014-05-10 19:02:50 +0100 |
commit | 0844ba0ddeb9b3560660d275cc999b14055e285c (patch) | |
tree | 8a891136159c3e07c021601105b1b1e2db70a2f0 /engines/parallaction | |
parent | 1506b96bd0fd65682a90ed594e838182922055b1 (diff) | |
download | scummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.tar.gz scummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.tar.bz2 scummvm-rg350-0844ba0ddeb9b3560660d275cc999b14055e285c.zip |
PARALLACTION: Remove leftover "debugLevel" command prototype.
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/debug.h | 1 |
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); |