Kaydet (Commit) 42adbfea authored tarafından Caolán McNamara's avatar Caolán McNamara

don't need gComboBoxEntryWidget anymore

Change-Id: Ia48817eb1476ef6479c3b8e53666e63198cc9310
üst dfa05574
...@@ -285,7 +285,6 @@ static GtkWidget* gSpinBox; ...@@ -285,7 +285,6 @@ static GtkWidget* gSpinBox;
static GtkWidget* gEntryBox; static GtkWidget* gEntryBox;
static GtkWidget* gComboBox; static GtkWidget* gComboBox;
static GtkWidget* gComboBoxButtonWidget; static GtkWidget* gComboBoxButtonWidget;
static GtkWidget* gComboBoxEntryWidget;
static GtkWidget* gListBox; static GtkWidget* gListBox;
static GtkWidget* gListBoxButtonWidget; static GtkWidget* gListBoxButtonWidget;
static GtkWidget* gMenuBarWidget; static GtkWidget* gMenuBarWidget;
...@@ -2322,10 +2321,6 @@ static void get_combo_box_entry_inner_widgets(GtkWidget *widget, gpointer) ...@@ -2322,10 +2321,6 @@ static void get_combo_box_entry_inner_widgets(GtkWidget *widget, gpointer)
{ {
gComboBoxButtonWidget = widget; gComboBoxButtonWidget = widget;
} }
else if (GTK_IS_ENTRY(widget))
{
gComboBoxEntryWidget = widget;
}
} }
void get_combo_box_inner_button(GtkWidget *widget, gpointer) void get_combo_box_inner_button(GtkWidget *widget, gpointer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment