diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-23 19:28:05 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-23 19:34:20 +0200 |
commit | 7651c231e0c6295e8aaa8de23931004ddfdd288b (patch) | |
tree | a7bf0891ca8bcf734c6e1a9ce34211cdcb1515af /gtk/gtkcombobox.h | |
parent | 051dcde4bf8b1852bfbd903a31be3f03d2ed3339 (diff) | |
download | gtk+-7651c231e0c6295e8aaa8de23931004ddfdd288b.tar.gz |
Revert the id-column patch
It didn't quite turn out as I wanted it.
I'll put it in bug 619148 for now.
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index ac256a7746..c5b6a3c1e0 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -133,9 +133,6 @@ void gtk_combo_box_popup_for_device (GtkComboBox *combo_box, void gtk_combo_box_popdown (GtkComboBox *combo_box); AtkObject* gtk_combo_box_get_popup_accessible (GtkComboBox *combo_box); -gint gtk_combo_box_get_id_column (GtkComboBox *combo_box); -void gtk_combo_box_set_id_column (GtkComboBox *combo_box, - gint id_column); G_END_DECLS |