[gnumeric] Compilation: kill #if 0 code.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Compilation: kill #if 0 code.
- Date: Sat, 3 Jan 2015 03:33:14 +0000 (UTC)
commit 754b213034ff26ce0d66ec03cc798bfe67e32162
Author: Morten Welinder <terra gnome org>
Date: Fri Jan 2 22:28:59 2015 -0500
Compilation: kill #if 0 code.
src/wbc-gtk-actions.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index 9e99707..deb6b5a 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -2953,10 +2953,6 @@ wbc_gtk_init_alignments (WBCGtk *wbcg)
"label", _("Horizontal Alignment"),
"tooltip", _("Horizontal Alignment"),
NULL);
-#if 0
- gnm_combo_box_set_title (GO_COMBO_BOX (fore_combo), _("Horizontal Alignment"));
- go_combo_pixmaps_select (wbcg->halignment, 1); /* default to none */
-#endif
g_signal_connect (G_OBJECT (wbcg->halignment),
"activate",
G_CALLBACK (cb_halignment_activated), wbcg);
@@ -2968,10 +2964,6 @@ wbc_gtk_init_alignments (WBCGtk *wbcg)
"label", _("Vertical Alignment"),
"tooltip", _("Vertical Alignment"),
NULL);
-#if 0
- gnm_combo_box_set_title (GO_COMBO_BOX (fore_combo), _("Horizontal Alignment"));
- go_combo_pixmaps_select (wbcg->valignment, 1); /* default to none */
-#endif
g_signal_connect (G_OBJECT (wbcg->valignment),
"activate",
G_CALLBACK (cb_valignment_activated), wbcg);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]