aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-11 23:26:43 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-11 23:26:43 +0800
commit76a72b048fea2f2673807a29d5c4d695fae48ad9 (patch)
tree7c3b2b37628f93183e9e58bf4c26cb0d4f9f1e7e
parent6ad752c21ff6c510d61a1a85f8283eebd19a19b4 (diff)
downloadgsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar.gz
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar.bz2
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar.lz
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar.xz
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.tar.zst
gsoc2013-empathy-76a72b048fea2f2673807a29d5c4d695fae48ad9.zip
Coding style: only one blank line between functions.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1687 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy-gtk/empathy-avatar-chooser.c5
-rw-r--r--libempathy-gtk/empathy-contact-widget.c2
-rw-r--r--libempathy/empathy-tp-contact-factory.c3
3 files changed, 0 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c
index 6e531fd22..4c1742b13 100644
--- a/libempathy-gtk/empathy-avatar-chooser.c
+++ b/libempathy-gtk/empathy-avatar-chooser.c
@@ -308,7 +308,6 @@ avatar_chooser_set_account (EmpathyAvatarChooser *self,
}
}
-
static gboolean
str_in_strv (gchar *str,
gchar **strv)
@@ -327,7 +326,6 @@ str_in_strv (gchar *str,
return FALSE;
}
-
/* The caller must free the strings stored in satisfactory_format_name and
* satisfactory_mime_type.
*/
@@ -375,7 +373,6 @@ can_satisfy_mime_type_requirements (gchar **accepted_mime_types,
return done;
}
-
static EmpathyAvatar *
avatar_chooser_convert (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf_scaled,
@@ -428,7 +425,6 @@ avatar_chooser_convert (EmpathyAvatarChooser *chooser,
return converted_avatar;
}
-
static EmpathyAvatar *
avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf,
@@ -489,7 +485,6 @@ avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
return avatar;
}
-
static void
avatar_chooser_clear_image (EmpathyAvatarChooser *chooser)
{
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)
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index fa7befc02..897cf981f 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -739,7 +739,6 @@ tp_contact_factory_connection_invalidated_cb (EmpathyTpContactFactory *tp_factor
tp_factory);
}
-
static void
tp_contact_factory_got_self_handle_cb (TpConnection *proxy,
guint handle,
@@ -765,7 +764,6 @@ tp_contact_factory_got_self_handle_cb (TpConnection *proxy,
tp_factory);
}
-
static void
tp_contact_factory_got_avatar_requirements_cb (TpConnection *proxy,
const gchar **mime_types,
@@ -798,7 +796,6 @@ tp_contact_factory_got_avatar_requirements_cb (TpConnection *proxy,
tp_contact_factory_ready (EMPATHY_TP_CONTACT_FACTORY (tp_factory));
}
-
static void
tp_contact_factory_ready (EmpathyTpContactFactory *tp_factory)
{