forked from AuroraMiddleware/gtk
gtkcomboboxtext: remove unused variable
This commit is contained in:
parent
5aea672e00
commit
9c7016ab87
@ -174,7 +174,6 @@ gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box,
|
|||||||
GtkListStore *store;
|
GtkListStore *store;
|
||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
gint text_column;
|
gint text_column;
|
||||||
gint id_column;
|
|
||||||
gint column_type;
|
gint column_type;
|
||||||
|
|
||||||
g_return_if_fail (GTK_IS_COMBO_BOX_TEXT (combo_box));
|
g_return_if_fail (GTK_IS_COMBO_BOX_TEXT (combo_box));
|
||||||
|
Loading…
Reference in New Issue
Block a user