Commit 7a8356f8 authored by Olivier Teulière's avatar Olivier Teulière

* skins2/win32/win32_factory.cpp: Compilation fix

parent f812f2cb
......@@ -237,12 +237,6 @@ OSTooltip *Win32Factory::createOSTooltip()
}
const string Win32Factory::getDirSeparator() const
{
return "\\";
}
int Win32Factory::getScreenWidth() const
{
return GetSystemMetrics(SM_CXSCREEN);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment