summaryrefslogtreecommitdiff
path: root/src/gcal-enums.h
diff options
context:
space:
mode:
authorEvangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>2020-08-29 23:18:01 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-09-16 15:24:46 +0000
commit2d5b1aa9d15a61c82519bd7f5cd6608999679a15 (patch)
treedac7b8f9bf47df78e1e2ec7f9d753df7a0892e11 /src/gcal-enums.h
parent28be1e858d9ae2d74dfda0a18951184b5b60071d (diff)
downloadgnome-calendar-2d5b1aa9d15a61c82519bd7f5cd6608999679a15.tar.gz
project: Cleanup code for unused views
Got rid of the unused views in the GcalWindowView enum and associated code in gcal-window.
Diffstat (limited to 'src/gcal-enums.h')
-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 36ad059d..2692f2cc 100644
--- a/src/gcal-enums.h
+++ b/src/gcal-enums.h
@@ -44,12 +44,9 @@ typedef enum
*/
typedef enum
{
- GCAL_WINDOW_VIEW_DAY,
GCAL_WINDOW_VIEW_WEEK,
GCAL_WINDOW_VIEW_MONTH,
GCAL_WINDOW_VIEW_YEAR,
- GCAL_WINDOW_VIEW_LIST,
- GCAL_WINDOW_VIEW_SEARCH,
} GcalWindowView;
typedef enum