pidgin/pidgin

Remove some dead code.

2016-09-05, Elliott Sales de Andrade
f8f4b8015cd1
Parents 3b971d2ecae1
Children d5c90412b85e
Remove some dead code.
--- a/pidgin/gtkconv.c Mon Sep 05 03:12:22 2016 -0400
+++ b/pidgin/gtkconv.c Mon Sep 05 03:15:44 2016 -0400
@@ -10485,17 +10485,6 @@
gtk_label_set_angle(GTK_LABEL(gtkconv->tab_label), angle);
-#if 0
- gtk_label_set_xalign(GTK_LABEL(gtkconv->tab_label), 0.0);
-#if GTK_CHECK_VERSION(3,12,0)
- gtk_widget_set_margin_start(gtkconv->tab_label, 4);
- gtk_widget_set_margin_end(gtkconv->tab_label, 4);
-#else
- gtk_widget_set_margin_left(gtkconv->tab_label, 4);
- gtk_widget_set_margin_right(gtkconv->tab_label, 4);
-#endif
-#endif
-
if (angle)
gtkconv->tabby = gtk_box_new(GTK_ORIENTATION_VERTICAL, PIDGIN_HIG_BOX_SPACE);
else