aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/redshift.c b/src/redshift.c
index b09f39c..11b7f34 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -297,14 +297,6 @@ typedef enum {
PROGRAM_MODE_MANUAL
} program_mode_t;
-/* Periods of day. */
-typedef enum {
- PERIOD_NONE = 0,
- PERIOD_DAYTIME,
- PERIOD_NIGHT,
- PERIOD_TRANSITION
-} period_t;
-
/* Names of periods of day */
static const char *period_names[] = {
N_("None"),