From e8032530b2520ad3c700c404f2822bd406100552 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 16 Dec 2008 09:23:55 +0000 Subject: Remove _append_button since it's not used svn path=/trunk/; revision=1983 --- libempathy-gtk/empathy-chat-view.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libempathy-gtk/empathy-chat-view.c') diff --git a/libempathy-gtk/empathy-chat-view.c b/libempathy-gtk/empathy-chat-view.c index 0ccffc01a..dbf9cafcb 100644 --- a/libempathy-gtk/empathy-chat-view.c +++ b/libempathy-gtk/empathy-chat-view.c @@ -93,22 +93,6 @@ empathy_chat_view_append_event (EmpathyChatView *view, } } -void -empathy_chat_view_append_button (EmpathyChatView *view, - const gchar *message, - GtkWidget *button1, - GtkWidget *button2) -{ - g_return_if_fail (EMPATHY_IS_CHAT_VIEW (view)); - - if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->append_button) { - EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->append_button (view, - message, - button1, - button2); - } -} - void empathy_chat_view_scroll (EmpathyChatView *view, gboolean allow_scrolling) -- cgit v1.2.3