Deleted unused constant

This commit is contained in:
2016-03-26 01:19:14 +03:00
parent 4675e91a7c
commit 8576f39582

View File

@@ -13,7 +13,6 @@ import (
const ( const (
SLEEP_TIME = 3 * time.Second SLEEP_TIME = 3 * time.Second
KEYBOARD_BUFER_SIZE = 10000 KEYBOARD_BUFER_SIZE = 10000
KEYMAP_BUFFER_SIZE = 32000
) )
// Return map from key numbers to key names like "F1", "Tab", "d" // Return map from key numbers to key names like "F1", "Tab", "d"