[PATCH evemu 12/19] py: Remove unused constants from const.py

Daniel Martin consume.noise at gmail.com
Mon Jan 6 09:38:12 PST 2014


Signed-off-by: Daniel Martin <consume.noise at gmail.com>
---
 python/evemu/const.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/python/evemu/const.py b/python/evemu/const.py
index 257963e..8f5ea76 100644
--- a/python/evemu/const.py
+++ b/python/evemu/const.py
@@ -1,10 +1,7 @@
 ENCODING = "iso8859-1"
 LIB = "libevemu.so"
 UINPUT_NODE = "/dev/uinput"
-MAX_EVENT_NODE = 32
-UINPUT_MAX_NAME_SIZE = 80 # defined in linux/uinput.h
-DEVICE_PATH_TEMPLATE = "/dev/input/event%d"
-DEVICE_NAME_PATH_TEMPLATE = "/sys/class/input/event%d/device/name"
+
 # The following should be examined every release of evemu
 API = [
     "evemu_new",
-- 
1.8.5.2



More information about the Input-tools mailing list