archutils\Win32\ cleanup and comment
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
|
||||
static void LogVideoDriverInfo( VideoDriverInfo info )
|
||||
{
|
||||
LOG->Info( "Video driver: %s [%s]", info.sDescription.c_str(), info.sProvider.c_str() );
|
||||
@@ -200,7 +199,6 @@ static void GetWindowsVersionDebugInfo()
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
RString Ver = ssprintf("Windows %i.%i (", ovi.dwMajorVersion, ovi.dwMinorVersion);
|
||||
if(ovi.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS)
|
||||
{
|
||||
@@ -280,7 +278,6 @@ static void GetSoundDriverDebugInfo()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void SearchForDebugInfo()
|
||||
{
|
||||
GetWindowsVersionDebugInfo();
|
||||
|
||||
Reference in New Issue
Block a user