mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Removed unneeded codes, for VC2010.
This commit is contained in:
@ -1668,12 +1668,6 @@ void CMeterWindow::ReadConfig()
|
||||
section = m_SkinName.c_str();
|
||||
}
|
||||
|
||||
// Disable native transparency if older OS
|
||||
if (CSystem::GetOSPlatform() < OSPLATFORM_2K)
|
||||
{
|
||||
m_NativeTransparency = 0;
|
||||
}
|
||||
|
||||
// Set WindowXScreen/WindowYScreen temporarily
|
||||
WindowToScreen();
|
||||
}
|
||||
|
Reference in New Issue
Block a user