removed some unused include file dependencies and logging info only for debug
This commit is contained in:
parent
95ece5ac2c
commit
e24afa5670
|
@ -126,7 +126,7 @@ add_library(platform STATIC ${src})
|
||||||
target_link_libraries(platform client ${libs})
|
target_link_libraries(platform client ${libs})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
target_link_libraries(platform io net ipc synergy server client ${libs})
|
target_link_libraries(platform io net ipc synergy client ${libs})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
|
|
@ -35,9 +35,7 @@
|
||||||
#include "COSXDragSimulator.h"
|
#include "COSXDragSimulator.h"
|
||||||
#include "COSXPasteboardPeeker.h"
|
#include "COSXPasteboardPeeker.h"
|
||||||
#include "CClientApp.h"
|
#include "CClientApp.h"
|
||||||
#include "CServerApp.h"
|
|
||||||
#include "CClient.h"
|
#include "CClient.h"
|
||||||
#include "CServer.h"
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
|
@ -1972,8 +1972,6 @@ CServer::writeToDropDirThread(void*)
|
||||||
ARCH->sleep(.1f);
|
ARCH->sleep(.1f);
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = false"));
|
|
||||||
|
|
||||||
m_fileTransferDes = m_screen->getDropTarget();
|
m_fileTransferDes = m_screen->getDropTarget();
|
||||||
if (!m_fileTransferDes.empty() && m_dragFileList.size() > 0) {
|
if (!m_fileTransferDes.empty() && m_dragFileList.size() > 0) {
|
||||||
std::fstream file;
|
std::fstream file;
|
||||||
|
|
Loading…
Reference in New Issue