From 4a572e85e904ef4876544f1e6d9dec9d1a13b895 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 28 Dec 2014 01:30:35 -0500 Subject: redshift: Move period_t to header --- src/redshift.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/redshift.c') 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"), -- cgit v1.2.3-70-g09d2