about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-20 20:40:34 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-20 20:40:34 -0500
commit1ae1ac8ccd79716830f911fd97438d99d17998b2 (patch)
tree528b5102fc2b5cabb72f07453cf30dfb898fd2bf /config.def.h
parent8a3e71164d730500105ae1de2f9a666fb11c9eae (diff)
downloadsuggpicker-1ae1ac8ccd79716830f911fd97438d99d17998b2.tar.gz
numlayouts: hard-code to one
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