aboutsummaryrefslogtreecommitdiff
path: root/apps/wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wm.c')
-rw-r--r--apps/wm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/wm.c b/apps/wm.c
index fa7f6de..88c0451 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -33,7 +33,6 @@ int main(int argc, char **argv)
printf("onkey: %x\n", onkey);
map(EVENT_KEYBOARD, onkey);
- map(EVENT_KEYBOARD, onkey);
while (1) {
};