diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-12-24 07:18:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-12-24 08:49:53 +0800 |
commit | eb240691223ac8a2fedcce1445db95a4fd35fb64 (patch) | |
tree | b2ccbea006beeeeed85158ccd6dbfcc151b32ad0 /e-util/e-dialog-widgets.h | |
parent | 6feca1bf560b3269555d4f0a890cd192fdaa0f00 (diff) | |
download | gsoc2013-evolution-eb240691223ac8a2fedcce1445db95a4fd35fb64.tar.gz gsoc2013-evolution-eb240691223ac8a2fedcce1445db95a4fd35fb64.tar.zst gsoc2013-evolution-eb240691223ac8a2fedcce1445db95a4fd35fb64.zip |
Remove e_dialog_append_list_store_text().
Silly function. Do it manually or use a GtkComboBoxText.
Diffstat (limited to 'e-util/e-dialog-widgets.h')
-rw-r--r-- | e-util/e-dialog-widgets.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h index 65de4d966a..5b3f650ed2 100644 --- a/e-util/e-dialog-widgets.h +++ b/e-util/e-dialog-widgets.h @@ -30,6 +30,4 @@ void e_dialog_combo_box_set (GtkWidget *widget, gint value, const gint *value_map); gint e_dialog_combo_box_get (GtkWidget *widget, const gint *value_map); -void e_dialog_append_list_store_text (GtkTreeModel *list_store, gint text_column, const gchar *text_value); - #endif |