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})
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(platform io net ipc synergy server client ${libs})
|
||||
target_link_libraries(platform io net ipc synergy client ${libs})
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
|
|
|
@ -35,9 +35,7 @@
|
|||
#include "COSXDragSimulator.h"
|
||||
#include "COSXPasteboardPeeker.h"
|
||||
#include "CClientApp.h"
|
||||
#include "CServerApp.h"
|
||||
#include "CClient.h"
|
||||
#include "CServer.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -1971,9 +1971,7 @@ CServer::writeToDropDirThread(void*)
|
|||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = true"));
|
||||
ARCH->sleep(.1f);
|
||||
}
|
||||
|
||||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = false"));
|
||||
|
||||
|
||||
m_fileTransferDes = m_screen->getDropTarget();
|
||||
if (!m_fileTransferDes.empty() && m_dragFileList.size() > 0) {
|
||||
std::fstream file;
|
||||
|
|
Loading…
Reference in New Issue