removed synwinxt

This commit is contained in:
jerry
2014-04-22 11:38:09 +00:00
parent c5e551ccae
commit 5657348453
13 changed files with 0 additions and 864 deletions

View File

@@ -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
{