about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 613bd52..90279d6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,13 +23,11 @@ struct clr_scheme scheme1 = {
 /* layers is an ordered list of layouts, used to cycle through */
 static enum layout_id layers[] = {
   Full, // First layout is the default layout on startup
-  NumLayouts // signals the last item, may not be omitted
 };
 
 /* layers is an ordered list of layouts, used to cycle through */
 static enum layout_id landscape_layers[] = {
   Full, // First layout is the default layout on startup
-  NumLayouts // signals the last item, may not be omitted
 };
 
 #endif // config_def_h_INCLUDED