diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:43 +0800 |
commit | a92d1805c5c53def8b45c09586729e9a08f8a868 (patch) | |
tree | 7c3b2b37628f93183e9e58bf4c26cb0d4f9f1e7e /libempathy-gtk/empathy-contact-widget.c | |
parent | 325023b6904c5da23760735e1910b5983210f131 (diff) | |
download | gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.gz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.bz2 gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.lz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.xz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.zst gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.zip |
Coding style: only one blank line between functions.
svn path=/trunk/; revision=1687
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index f3a9d33f6..d0b13ea79 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -730,7 +730,6 @@ contact_widget_avatar_changed_cb (EmpathyAvatarChooser *chooser, } } - static void contact_widget_update_avatar_chooser_account (EmpathyContactWidget *information) { @@ -749,7 +748,6 @@ contact_widget_update_avatar_chooser_account (EmpathyContactWidget *information) } } - static void contact_widget_account_changed_cb (GtkComboBox *widget, EmpathyContactWidget *information) |