/pidgin/main: f8f4b8015cd1: Remove some dead code.

Elliott Sales de Andrade <[email protected]> Tue, 06 Sep 2016 15:45:52 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: f8f4b8015cd1ec0fb0dda76cecab5cb47c0a6f27
Author:	 Elliott Sales de Andrade <[email protected]>
Date:	 2016-09-05 03:15 -0400
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/f8f4b8015cd1

Description:

Remove some dead code.

diffstat:

 pidgin/gtkconv.c |  11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diffs (21 lines):

diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -10485,17 +10485,6 @@ pidgin_conv_tab_pack(PidginConvWindow *w
 
 	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

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits