diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 18:08:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 18:08:26 +0000 |
| commit | 7e83fa0866433a93f56a4914934f1d8497e28cf0 (patch) | |
| tree | 224625d730425aa8bbce21680e7ad0ad6ee257f2 /openbox | |
| parent | 716477fc4001ce4fcdb92ae07a19801568492b91 (diff) | |
remove debug print
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 35e0e58a..c0f3d011 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1797,7 +1797,6 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h, event.xconfigure.override_redirect = FALSE; XSendEvent(event.xconfigure.display, event.xconfigure.window, FALSE, StructureNotifyMask, &event); - g_message ("SENT CONFIG"); } } } |
