diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 19:09:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 19:09:21 -0400 |
commit | 6dd4f32f378d19d715264bdc9c453cf389de8aa9 (patch) | |
tree | 33b68bd4fc3b87abb23c154eeb6b9b36559a3a43 /gtk/gtkcalendar.h | |
parent | d45d970144fe0fd6422fab873a6c20335ca096b9 (diff) | |
download | gtk+-6dd4f32f378d19d715264bdc9c453cf389de8aa9.tar.gz |
Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY option
This has been deprecated and ignored for a long time.
Diffstat (limited to 'gtk/gtkcalendar.h')
-rw-r--r-- | gtk/gtkcalendar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index 51cd8f3c39..feafd48d9e 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -59,8 +59,6 @@ typedef struct _GtkCalendarPrivate GtkCalendarPrivate; * @GTK_CALENDAR_NO_MONTH_CHANGE: Prevents the user from switching months with the calendar. * @GTK_CALENDAR_SHOW_WEEK_NUMBERS: Displays each week numbers of the current year, down the * left side of the calendar. - * @GTK_CALENDAR_WEEK_START_MONDAY: Since GTK+ 2.4, this option is deprecated and ignored by GTK+. - * The information on which day the calendar week starts is derived from the locale. * @GTK_CALENDAR_SHOW_DETAILS: Just show an indicator, not the full details * text when details are provided. See gtk_calendar_set_detail_func(). * @@ -72,7 +70,6 @@ typedef enum GTK_CALENDAR_SHOW_DAY_NAMES = 1 << 1, GTK_CALENDAR_NO_MONTH_CHANGE = 1 << 2, GTK_CALENDAR_SHOW_WEEK_NUMBERS = 1 << 3, - GTK_CALENDAR_WEEK_START_MONDAY = 1 << 4, GTK_CALENDAR_SHOW_DETAILS = 1 << 5 } GtkCalendarDisplayOptions; |