Commit cc1e8710 authored by cutealien's avatar cutealien

Remove some debug-code.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2431 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 2221cee8
...@@ -931,7 +931,6 @@ bool CIrrDeviceLinux::run() ...@@ -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() ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment