[gnumeric] compilation: remove ancient commented-out code.



commit 8009fb3cc6ca1a6c69205714d9adf63df858b560
Author: Morten Welinder <terra gnome org>
Date:   Sat Oct 29 13:48:02 2011 -0400

    compilation: remove ancient commented-out code.

 src/dialogs/dialog-goto-cell.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/dialogs/dialog-goto-cell.c b/src/dialogs/dialog-goto-cell.c
index c039254..b236883 100644
--- a/src/dialogs/dialog-goto-cell.c
+++ b/src/dialogs/dialog-goto-cell.c
@@ -144,9 +144,6 @@ cb_dialog_goto_go_clicked (G_GNUC_UNUSED GtkWidget *button,
 	value_release (val);
 
 	wb_control_jump (WORKBOOK_CONTROL (state->wbcg), sheet, &range);
-#if 0
-	gnome_entry_append_history (state->goto_text, TRUE, text);
-#endif
 	return;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]