diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 3c0734e43..abbfeb91e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -754,17 +754,6 @@ impHandler0(attackHuman) return true; } -impHandler0(ignoreAll) -{ - if (chatWindow) - { - chatWindow->ignoreAllWhispers(); - chatWindow->saveState(); - return true; - } - return false; -} - impHandler(outfit) { if (outfitWindow) |