about summary refs log tree commit diff
path: root/keyboard.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-20 21:04:59 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-20 21:04:59 -0500
commit5c1b9655b8a76403991e3f0f81d53e1489295583 (patch)
tree2f58653b4b3502c1e66343ed9e07f16b56a6bd22 /keyboard.h
parent7bcdc772c34b8e606d5355e8729e8a6236741dbe (diff)
downloadsuggpicker-5c1b9655b8a76403991e3f0f81d53e1489295583.tar.gz
config: remove shift_label
Diffstat (limited to 'keyboard.h')
-rw-r--r--keyboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard.h b/keyboard.h
index 7d61bee..af3e2b1 100644
--- a/keyboard.h
+++ b/keyboard.h
@@ -57,7 +57,6 @@ struct clr_scheme {
 
 struct key {
 	const char *label;       // primary label
-	const char *shift_label; // secondary label
 	const double width;      // relative width (1.0)
 	const enum key_type type;