diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:55 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:55 +0800 |
commit | e8032530b2520ad3c700c404f2822bd406100552 (patch) | |
tree | f2bae0896f524138276c4a724cf7ec1dc246bc05 /libempathy-gtk/empathy-chat-view.h | |
parent | 154eb38cf48362d75685f2336c1a779d3650fed0 (diff) | |
download | gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar.gz gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar.bz2 gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar.lz gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar.xz gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.tar.zst gsoc2013-empathy-e8032530b2520ad3c700c404f2822bd406100552.zip |
Remove _append_button since it's not used
svn path=/trunk/; revision=1983
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index e4c724e3b..a96b114b2 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -48,10 +48,6 @@ struct _EmpathyChatViewIface { EmpathyMessage *msg); void (*append_event) (EmpathyChatView *view, const gchar *str); - void (*append_button) (EmpathyChatView *view, - const gchar *message, - GtkWidget *button1, - GtkWidget *button2); void (*set_margin) (EmpathyChatView *view, gint margin); void (*scroll) (EmpathyChatView *view, @@ -89,10 +85,6 @@ void empathy_chat_view_append_message (EmpathyChatView *view, EmpathyMessage *msg); void empathy_chat_view_append_event (EmpathyChatView *view, const gchar *str); -void empathy_chat_view_append_button (EmpathyChatView *view, - const gchar *message, - GtkWidget *button1, - GtkWidget *button2); void empathy_chat_view_scroll (EmpathyChatView *view, gboolean allow_scrolling); void empathy_chat_view_scroll_down (EmpathyChatView *view); |