Revert "workaround for Fast cursor on any client with Mac server #451"

This reverts commit 267f3ac41f.
This commit is contained in:
Jerry (Xinyu Hou) 2015-11-24 11:40:04 -08:00
parent 3bca8deac3
commit 8a2106a09e
1 changed files with 0 additions and 1 deletions

View File

@ -846,7 +846,6 @@ OSXScreen::disable()
}
if (m_eventTapPort) {
CGEventTapEnable(m_eventTapPort, false);
CFRelease(m_eventTapPort);
m_eventTapPort = nullptr;
}