summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Panel.c b/Panel.c
index 883b3e62..b77483d9 100644
--- a/Panel.c
+++ b/Panel.c
@@ -19,8 +19,6 @@ in the source distribution for its full text.
#include <string.h>
#include <assert.h>
-#define KEY_CTRL(l) ((l)-'A'+1)
-
PanelClass Panel_class = {
.super = {
.extends = Class(Object),