diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-10 18:06:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-10 18:06:12 +0000 |
| commit | e437dff20ca687a67b7ef3e9328b4045c25d0eb5 (patch) | |
| tree | 9f238126d1bb954f7500f52290cbae5d21ebb2a0 /openbox/focus_cycle.c | |
| parent | 220e568d75eaad436be403cd66d4e47d31d42392 (diff) | |
remove debug prints
Diffstat (limited to 'openbox/focus_cycle.c')
| -rw-r--r-- | openbox/focus_cycle.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index f8ba8285..bd8a0846 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -358,9 +358,6 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, static ObClient *first = NULL; ObClient *ft = NULL; - g_print("interactive %d dialog %d done %d cancel %d\n", - interactive, dialog, done, cancel); - if (cancel) { focus_cycle_target = NULL; goto done_cycle; |
