mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +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
4b512fea97
commit
399b5e0d47
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;
|
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 &&
|
if (event->type == PropertyNotify &&
|
||||||
event->xproperty.window == data[0] &&
|
event->xproperty.window == data[0] &&
|
||||||
event->xproperty.atom == data[1] &&
|
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])
|
if (![self _checkWMSupports: _net_request_frame_extents])
|
||||||
{
|
{
|
||||||
NSLog(@"_NET_REQUEST_FRAME_EXTENTS not supported");
|
|
||||||
return NO;
|
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;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue