summary refs log tree commit diff
path: root/keyboard.h
diff options
context:
space:
mode:
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;