summaryrefslogtreecommitdiffstats
path: root/app/scancode.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/scancode.c')
-rw-r--r--app/scancode.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/scancode.c b/app/scancode.c
deleted file mode 100644
index a44c8b3..0000000
--- a/app/scancode.c
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#include "project.h"
-
-
-void scancode_dispatch(int key,int updown)
-{
-
-printf("Key %4x ud %d\r\n",key,updown);
-}
-