From b3e7cd8bed11870209e32abca0fc8c2d437d30cb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 24 Feb 2013 17:51:34 +0100 Subject: [PATCH] Code cleanup --- src/editor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index 5086fa8..263175e 100644 --- a/src/editor.c +++ b/src/editor.c @@ -301,7 +301,6 @@ Editor * editor_new(void) #if GTK_CHECK_VERSION(2, 24, 0) editor->fi_text = gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL( editor->fi_store)); - editor->fi_entry = gtk_bin_get_child(GTK_BIN(editor->fi_text)); gtk_combo_box_set_entry_text_column(GTK_COMBO_BOX(editor->fi_text), 0); #else editor->fi_text = gtk_combo_box_entry_new_with_model(GTK_TREE_MODEL(