Skip to content
Snippets Groups Projects
Commit f7f31bf8 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove unneeded function

parent eeafdd4e
No related branches found
No related tags found
No related merge requests found
......@@ -203,12 +203,6 @@ class TabbedChatWindow(chat.Chat):
def on_tabbed_chat_window_focus_in_event(self, widget, event):
chat.Chat.on_chat_window_focus_in_event(self, widget, event)
def on_tabbed_chat_window_event(self, widget, event):
if event.type != gtk.gdk.BUTTON_PRESS:
return False
self.on_chat_window_button_press_event(widget, event)
return True
def on_chat_notebook_key_press_event(self, widget, event):
chat.Chat.on_chat_notebook_key_press_event(self, widget, event)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment