[mousetrap/gnome3-wip: 118/240] Remove unused constants.



commit 894177daaedf0b9f769aa989bc655d113e715506
Author: Stoney Jackson <dr stoney gmail com>
Date:   Mon Jun 23 09:51:59 2014 -0400

    Remove unused constants.

 src/mousetrap/gui.py |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/mousetrap/gui.py b/src/mousetrap/gui.py
index e69df67..72c54d2 100644
--- a/src/mousetrap/gui.py
+++ b/src/mousetrap/gui.py
@@ -57,16 +57,7 @@ class Gui(object):
 
 
 class Pointer(object):
-    EVENT_MOVE = 'move'
-    EVENT_CLICK = 'click'
-    EVENT_DOUBLE_CLICK = 'double click'
-    EVENT_TRIPLE_CLICK = 'triple click'
-    EVENT_PRESS = 'press'
-    EVENT_RELEASE = 'release'
-
     BUTTON_LEFT = X.Button1
-    BUTTON_RIGHT = X.Button3
-    BUTTON_MIDDLE = X.Button2
 
     def __init__(self):
         gdk_display = Gdk.Display.get_default()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]