diff options
-rw-r--r-- | src/empathy-chat-window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 4125f9743..88858dae5 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -88,10 +88,6 @@ struct _EmpathyChatWindowPriv { GtkWidget *menu_help_about; }; -static void empathy_chat_window_class_init (EmpathyChatWindowClass *klass); -static void empathy_chat_window_init (EmpathyChatWindow *window); -static void chat_window_finalize (GObject *object); - static GList *chat_windows = NULL; static const guint tab_accel_keys[] = { |