summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-02-05 09:24:31 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-02-07 13:16:32 -0500
commit3249756648f507aeb7cbfdf9a00383f1f2368e11 (patch)
treee77f588802743055b98cf53f1cf811134e998f88 /gtk/gtkcalendar.c
parent8ef9009bde41fd6741fec61b36f9af8fc0191143 (diff)
downloadgtk+-3249756648f507aeb7cbfdf9a00383f1f2368e11.tar.gz
calendar: Remove an unused enum
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 635d60aeed..57631f770f 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -143,13 +143,6 @@ week_of_year (guint year, guint mm, guint dd)
}
enum {
- ARROW_YEAR_LEFT,
- ARROW_YEAR_RIGHT,
- ARROW_MONTH_LEFT,
- ARROW_MONTH_RIGHT
-};
-
-enum {
MONTH_PREV,
MONTH_CURRENT,
MONTH_NEXT