diff options
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); } } |
