diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index f2d7cd6ce..3a7bf28a2 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -106,18 +106,6 @@ impHandler(hack) return true; } -impHandler(disableAway) -{ - if (event.tab) - { - event.tab->setNoAway(true); - if (chatWindow) - chatWindow->saveState(); - return true; - } - return false; -} - impHandler(enableAway) { if (event.tab) |