Remove some debug-code.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2431 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2009-06-24 15:05:07 +00:00
parent 2221cee889
commit cc1e871092
1 changed files with 0 additions and 4 deletions

View File

@ -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;