mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
removed synwinxt
This commit is contained in:
@@ -131,7 +131,6 @@ CMSWindowsScreen::CMSWindowsScreen(
|
||||
if (m_isPrimary && !m_noHooks) {
|
||||
m_hook.loadLibrary();
|
||||
}
|
||||
m_shellEx.loadLibrary();
|
||||
|
||||
m_screensaver = new CMSWindowsScreenSaver();
|
||||
m_desks = new CMSWindowsDesks(
|
||||
@@ -1885,13 +1884,6 @@ CMSWindowsScreen::getDraggingFilename()
|
||||
return m_draggingFilename;
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsScreen::clearDraggingFilename()
|
||||
{
|
||||
LOG((CLOG_DEBUG1 "clearing stored dragging file name"));
|
||||
m_shellEx.clearDraggingFilename();
|
||||
}
|
||||
|
||||
const CString&
|
||||
CMSWindowsScreen::getDropTarget() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user