diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-01-25 13:33:39 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-01-26 14:40:20 +0000 |
commit | 25caa8565d7d10f4c254bca5bb9efa05a77542ad (patch) | |
tree | a1e2b957f040f3ebb82f1ab6ad5f698d894fb73f /hw/xwin/winengine.c | |
parent | a9aca218f557c723e637287272819a7c17174e1e (diff) |
hw/xwin: Remove some redundant OS version reporting
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/winengine.c')
-rw-r--r-- | hw/xwin/winengine.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/xwin/winengine.c b/hw/xwin/winengine.c index 752c4fe68..bf5187bcd 100644 --- a/hw/xwin/winengine.c +++ b/hw/xwin/winengine.c @@ -68,20 +68,6 @@ winDetectSupportedEngines (void) osvi.dwOSVersionInfoSize = sizeof (osvi); GetVersionEx (&osvi); - /* Branch on platform ID */ - switch (osvi.dwPlatformId) - { - case VER_PLATFORM_WIN32_NT: - /* Engine 4 is supported on NT only */ - winErrorFVerb (2, "winDetectSupportedEngines - Windows NT/2000/XP\n"); - break; - - case VER_PLATFORM_WIN32_WINDOWS: - /* Engine 4 is supported on NT only */ - winErrorFVerb (2, "winDetectSupportedEngines - Windows 95/98/Me\n"); - break; - } - /* Do we have DirectDraw? */ if (g_hmodDirectDraw != NULL) { |