summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2022-04-01 11:14:11 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-07 11:46:56 +0000
commit6899c6eb00e82e2a9c1c29e9fe177ce02d3c0e37 (patch)
tree99173580ce63b68905c53035b00789b7343b7d7a
parentfd036d24d3ab02316bee60ba1e8dec2db1cfed99 (diff)
downloadgnome-calendar-6899c6eb00e82e2a9c1c29e9fe177ce02d3c0e37.tar.gz
gcal-enums: Drop documentation of non-existent values
There is no point keeping them around.
-rw-r--r--src/gcal-enums.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gcal-enums.h b/src/gcal-enums.h
index 2692f2cc..c745b670 100644
--- a/src/gcal-enums.h
+++ b/src/gcal-enums.h
@@ -33,12 +33,9 @@ typedef enum
/**
* GcalWindowViewType:
- * @GCAL_WINDOW_VIEW_DAY: Day view (not implemented)
* @GCAL_WINDOW_VIEW_WEEK: Week view
* @GCAL_WINDOW_VIEW_MONTH: Month view
* @GCAL_WINDOW_VIEW_YEAR: Year view
- * @GCAL_WINDOW_VIEW_LIST: List (not implemented)
- * @GCAL_WINDOW_VIEW_SEARCH: Search view (partially implemented)
*
* Enum with the available views.
*/