diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-29 17:10:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-29 17:10:28 +0000 |
| commit | 825426373cec4e4cc25f5056b2b54bb00ab28653 (patch) | |
| tree | 86348537ee2983c00ed3e06ed01534db61119cab | |
| parent | 97e854b07d9f259c422fda4cc7b8c26328fd83ab (diff) | |
remoce debug print
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 16ab571e..c95111fb 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -196,8 +196,6 @@ void focus_fallback(ObFocusFallbackType type) trans = TRUE; } - g_message("trans %d", trans); - /* try for transient relations */ if (trans) { if (old->transient_for == OB_TRAN_GROUP) { |
