aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 19:44:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 19:44:30 +0800
commitbeae7d25b600079c3f71c7dcc35cfa0f3e6d34fc (patch)
tree49b0bfbd2f8d3e985fc61aa3e6a8f28a76d72d59 /libempathy-gtk
parentcf118e67c08e1d50b456a7127b0c879740d30e85 (diff)
downloadgsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.gz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.bz2
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.lz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.xz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.zst
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.zip
Remove Meego specific code
It's not used any more by Intel.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 7530914fc..7494fa0a0 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -1782,8 +1782,6 @@ out:
{ #cm, #proto, "empathy-account-widget-"#proto".ui", \
account_widget_build_##proto }
-#ifndef HAVE_MEEGO
-/* Meego doesn't support registration */
static void
add_register_buttons (EmpathyAccountWidget *self,
TpAccount *account)
@@ -1823,7 +1821,6 @@ add_register_buttons (EmpathyAccountWidget *self,
gtk_widget_show (self->priv->radiobutton_reuse);
gtk_widget_show (radiobutton_register);
}
-#endif /* HAVE_MEEGO */
static void
remember_password_toggled_cb (GtkToggleButton *button,
@@ -2017,9 +2014,7 @@ do_constructed (GObject *obj)
else
account_widget_set_control_buttons_sensitivity (self, FALSE);
-#ifndef HAVE_MEEGO
add_register_buttons (self, account);
-#endif /* HAVE_MEEGO */
/* hook up to widget destruction to unref ourselves */
g_signal_connect (self->ui_details->widget, "destroy",