diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-21 05:47:05 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-21 05:47:05 +0800 |
commit | 8c540c6e30829c00405bd12bfefb5a66d9b5dd59 (patch) | |
tree | d268b137b77e46eea28d9b3b3779af4ba72716f6 /libempathy-gtk/empathy-chat-view.h | |
parent | 9adb4a7afbf4f6a232fba9b999d8dc9457d94c8c (diff) | |
download | gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar.gz gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar.bz2 gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar.lz gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar.xz gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.tar.zst gsoc2013-empathy-8c540c6e30829c00405bd12bfefb5a66d9b5dd59.zip |
Remove duplicate define in header.
svn path=/trunk/; revision=1020
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 5eac2e6cc..f454963ac 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -63,8 +63,6 @@ void empathy_chat_view_append_button (EmpathyChatView *view, const gchar *message, GtkWidget *button1, GtkWidget *button2); -void empathy_chat_view_set_margin (EmpathyChatView *view, - gint margin); void empathy_chat_view_scroll (EmpathyChatView *view, gboolean allow_scrolling); void empathy_chat_view_scroll_down (EmpathyChatView *view); |