diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:31:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:31:31 +0000 |
| commit | 8529aab619c0f26a79cd49ec0f8910433a541263 (patch) | |
| tree | dde094037b766504b0f0cd2ae37120dbcc3fa41d /openbox/mouse.c | |
| parent | a414fe42d4654c4c76e344e5bfe0d5838f24da1e (diff) | |
remove debug printings
Diffstat (limited to 'openbox/mouse.c')
| -rw-r--r-- | openbox/mouse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c index ac0fb1d2..6651a1f2 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -90,8 +90,6 @@ static void fire_button(ObMouseAction a, ObFrameContext context, GSList *it; ObMouseBinding *b; - g_message("%d %d %d", context, state, button); - for (it = bound_contexts[context]; it != NULL; it = it->next) { b = it->data; if (b->state == state && b->button == button) @@ -128,8 +126,6 @@ static void fire_button(ObMouseAction a, ObFrameContext context, keyboard_interactive_grab(state, c, context, act); } - g_message("acting"); - act->func(&act->data); } } |
