removed thread delete; threads are deleted automatically

This commit is contained in:
Nick Bolton 2013-09-18 08:35:00 +00:00
parent 2935c6671e
commit 0d65ff9a4c
1 changed files with 0 additions and 2 deletions

View File

@ -633,8 +633,6 @@ COSXScreen::getDropTargetThread(void*)
#else
LOG((CLOG_WARN "drag drop not supported"));
#endif
delete m_getDropTargetThread;
}
void