diff options
author | Timm Bäder <mail@baedert.org> | 2020-02-05 09:22:21 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-02-07 13:16:32 -0500 |
commit | 093eac944184a66fd84812b7897a907c7ee843b4 (patch) | |
tree | 993cf8d1c6f52d1e4d9b6e53ce2ddace926391b1 /gtk/gtkcalendar.h | |
parent | 93c6f2256fdd81d581bec68a6f7be8a1aacf161d (diff) | |
download | gtk+-093eac944184a66fd84812b7897a907c7ee843b4.tar.gz |
calendar: Keep a GDateTime around
Instead of a year/month/day triple.
Diffstat (limited to 'gtk/gtkcalendar.h')
-rw-r--r-- | gtk/gtkcalendar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index edac48cadd..7ab0f13acd 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -51,10 +51,6 @@ GDK_AVAILABLE_IN_ALL GtkWidget* gtk_calendar_new (void); GDK_AVAILABLE_IN_ALL -void gtk_calendar_select_month (GtkCalendar *self, - GDateTime *date); - -GDK_AVAILABLE_IN_ALL void gtk_calendar_select_day (GtkCalendar *self, GDateTime *date); |