Remove some debug-code.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2431 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
2221cee889
commit
cc1e871092
|
@ -931,7 +931,6 @@ bool CIrrDeviceLinux::run()
|
||||||
{
|
{
|
||||||
XEvent respond;
|
XEvent respond;
|
||||||
XSelectionRequestEvent *req = &(event.xselectionrequest);
|
XSelectionRequestEvent *req = &(event.xselectionrequest);
|
||||||
Atom target = req->target; // debugging
|
|
||||||
if ( req->target == XA_STRING)
|
if ( req->target == XA_STRING)
|
||||||
{
|
{
|
||||||
XChangeProperty (display,
|
XChangeProperty (display,
|
||||||
|
@ -958,9 +957,6 @@ bool CIrrDeviceLinux::run()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char * name = XGetAtomName(display, req->target); // debugging
|
|
||||||
XFree(name);
|
|
||||||
|
|
||||||
respond.xselection.property= None;
|
respond.xselection.property= None;
|
||||||
}
|
}
|
||||||
respond.xselection.type= SelectionNotify;
|
respond.xselection.type= SelectionNotify;
|
||||||
|
|
Loading…
Reference in New Issue