summaryrefslogtreecommitdiff
path: root/poezio/tabs/conversationtab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/conversationtab.py')
-rw-r--r--poezio/tabs/conversationtab.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/poezio/tabs/conversationtab.py b/poezio/tabs/conversationtab.py
index 461d8fae..5c309672 100644
--- a/poezio/tabs/conversationtab.py
+++ b/poezio/tabs/conversationtab.py
@@ -51,10 +51,6 @@ class ConversationTab(OneToOneTab):
# keys
self.key_func['^I'] = self.completion
# commands
- self.register_command('unquery', self.command_unquery,
- shortdesc='Close the tab.')
- self.register_command('close', self.command_unquery,
- shortdesc='Close the tab.')
self.register_command('version', self.command_version,
desc='Get the software version of the current interlocutor (usually its XMPP client and Operating System).',
shortdesc='Get the software version of the user.')
@@ -205,10 +201,6 @@ class ConversationTab(OneToOneTab):
self._text_buffer.add_message("\x19%(info_col)s}No information available\x19o" % {'info_col': dump_tuple(get_theme().COLOR_INFORMATION_TEXT)})
return True
- @command_args_parser.ignored
- def command_unquery(self):
- self.core.close_tab(self)
-
@command_args_parser.quoted(0, 1)
def command_version(self, args):
"""