aboutsummaryrefslogtreecommitdiff
path: root/include/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/data.h')
-rw-r--r--include/data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/data.h b/include/data.h
index 483aecab..5eade9d1 100644
--- a/include/data.h
+++ b/include/data.h
@@ -81,10 +81,6 @@ typedef enum { ADJ_NONE = 0,
ADJ_UPPER_SCREEN_EDGE = (1 << 2),
ADJ_LOWER_SCREEN_EDGE = (1 << 4) } adjacent_t;
-typedef enum { SMART_BORDERS_OFF,
- SMART_BORDERS_ON,
- SMART_BORDERS_NO_GAPS } smart_borders_t;
-
typedef enum { SMART_GAPS_OFF,
SMART_GAPS_ON,
SMART_GAPS_INVERSE_OUTER } smart_gaps_t;