diff --git a/host/Service.cpp b/host/Service.cpp index 57c80aca..1b3bef6d 100644 --- a/host/Service.cpp +++ b/host/Service.cpp @@ -278,14 +278,7 @@ bool Service::Process() if (cursor.hasPos || cursor.hasShape) { EnterCriticalSection(&m_cursorCS); - -// bool hasPos = m_cursorInfo.hasPos || cursor.hasPos; -// bool hasShape = m_cursorInfo.hasShape || cursor.hasShape; - memcpy(&m_cursorInfo, &cursor, sizeof(struct CursorInfo)); -// m_cursorInfo.hasPos = hasPos; -// m_cursorInfo.hasShape = hasShape; - LeaveCriticalSection(&m_cursorCS); SetEvent(m_cursorEvent); }