diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index b2e1e6eee..dbe27e8be 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,16 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler0(present) -{ - if (chatWindow) - { - chatWindow->doPresent(); - return true; - } - return false; -} - impHandler0(quit) { // quit(); |