diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-04-21 05:47:05 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-04-21 05:47:05 +0800 |
commit | e309a8b6cf78738e5d01720166e5221afdffa84a (patch) | |
tree | d268b137b77e46eea28d9b3b3779af4ba72716f6 | |
parent | 3e1d8f88154e222ef66e42dc61530fbb45d21098 (diff) | |
download | gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar.gz gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar.bz2 gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar.lz gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar.xz gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.tar.zst gsoc2013-empathy-e309a8b6cf78738e5d01720166e5221afdffa84a.zip |
Remove duplicate define in header.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1020 4ee84921-47dd-4033-b63a-18d7a039a3e4
-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); |