aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-dialog-widgets.h
diff options
context:
space:
mode:
authorAdam Petaccia <adam@tpetaccia.com>2009-05-07 01:28:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-07 01:28:18 +0800
commitdfb0db749801075ba67e24ac44de8fe9ac2ae2cc (patch)
treec5dbd2633f10b4ba9dda6b809d85c0916485c00d /e-util/e-dialog-widgets.h
parent8cf036faffe5985d34c310ee89b133200380b757 (diff)
downloadgsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar.gz
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar.bz2
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar.lz
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar.xz
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.tar.zst
gsoc2013-evolution-dfb0db749801075ba67e24ac44de8fe9ac2ae2cc.zip
Bug 580900 – Kill libgnomeui/gnome-dateedit
Remove unnecessary <libgnomeui/gnome-dateedit.h> includes, and kill the unused e_dialog_dateedit_set() and e_dialog_dateedit_get() functions.
Diffstat (limited to 'e-util/e-dialog-widgets.h')
-rw-r--r--e-util/e-dialog-widgets.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h
index 1a46c02fd3..f5ff123a4f 100644
--- a/e-util/e-dialog-widgets.h
+++ b/e-util/e-dialog-widgets.h
@@ -46,9 +46,6 @@ int e_dialog_spin_get_int (GtkWidget *widget);
void e_dialog_combo_box_set (GtkWidget *widget, int value, const int *value_map);
int e_dialog_combo_box_get (GtkWidget *widget, const int *value_map);
-void e_dialog_dateedit_set (GtkWidget *widget, time_t t);
-time_t e_dialog_dateedit_get (GtkWidget *widget);
-
gboolean e_dialog_widget_hook_value (GtkWidget *dialog, GtkWidget *widget,
gpointer value_var, gpointer info);