Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/src/sugar-key-grabber.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 23:04:01 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 23:04:01 (GMT)
commit5a7a2fedc3d28b693e4208523ac9872c82771d27 (patch)
tree9e0cc532745e3b0f67ce2b3228ee43aacd9a4f2a /lib/src/sugar-key-grabber.c
parent5101efb75bed09e2f7fcbe2a5db9ddf947fabef1 (diff)
A bunch of cleanups. Add some useful properties to the browser.
Diffstat (limited to 'lib/src/sugar-key-grabber.c')
-rw-r--r--lib/src/sugar-key-grabber.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/src/sugar-key-grabber.c b/lib/src/sugar-key-grabber.c
index f31e012..ee428cb 100644
--- a/lib/src/sugar-key-grabber.c
+++ b/lib/src/sugar-key-grabber.c
@@ -33,22 +33,6 @@
* for these set */
#define USED_MODS (GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)
-struct _SugarKeyGrabber {
- GObject base_instance;
-
- GdkWindow *root;
- GList *keys;
-};
-
-struct _SugarKeyGrabberClass {
- GObjectClass base_class;
-
- void (* key_pressed) (SugarKeyGrabber *grabber,
- const char *key);
- void (* key_released) (SugarKeyGrabber *grabber,
- const char *key);
-};
-
enum {
KEY_PRESSED,
KEY_RELEASED,