mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Removed left over NSLog statements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
05a23a6aae
commit
b7b431cd43
1 changed files with 0 additions and 9 deletions
|
@ -599,13 +599,6 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
{
|
||||
XID *data = (XID*)arg;
|
||||
|
||||
/*
|
||||
NSLog(@"Got Xevent type %d expected %d \n window %d expected %d \n atom %d expected %d \n state %d expected %d",
|
||||
event->type, PropertyNotify,
|
||||
event->xproperty.window, data[0],
|
||||
event->xproperty.atom, data[1],
|
||||
event->xproperty.state, PropertyNewValue);
|
||||
*/
|
||||
if (event->type == PropertyNotify &&
|
||||
event->xproperty.window == data[0] &&
|
||||
event->xproperty.atom == data[1] &&
|
||||
|
@ -642,7 +635,6 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
|
||||
if (![self _checkWMSupports: _net_request_frame_extents])
|
||||
{
|
||||
NSLog(@"_NET_REQUEST_FRAME_EXTENTS not supported");
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
@ -677,7 +669,6 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
}
|
||||
|
||||
|
||||
NSLog(@"_NET_REQUEST_FRAME_EXTENTS no reply");
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue