diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-16 17:14:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-16 17:29:00 +0300 |
commit | 3a8aff659bbd32543f28f796f59b6225f1011876 (patch) | |
tree | c8ff3aab8aeca20dc3ce48a519aa51a28ad3dc6e /vcl/opengl/win | |
parent | b2cd406dce247786f4b7a5a2ccec0bd4c6fdf3cc (diff) |
Drop duplicated statements
In the original Mozilla code the statements differed, as there were
separate ones for FEATURE_OPENGL_LAYERS and FEATURE_WEBGL_OPENGL.
These two uses have been combined here.
Change-Id: Idc2533f23d48761249a905b298b1ebbfde0e3a54
Diffstat (limited to 'vcl/opengl/win')
-rw-r--r-- | vcl/opengl/win/WinDeviceInfo.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx index 33360c457f9d..91033243abec 100644 --- a/vcl/opengl/win/WinDeviceInfo.cxx +++ b/vcl/opengl/win/WinDeviceInfo.cxx @@ -1121,12 +1121,6 @@ void WinOpenGLDeviceInfo::FillBlacklist() GetDeviceVendor(wgl::VendorATI), wgl::DriverInfo::allDevices, wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); APPEND_TO_DRIVER_BLOCKLIST2( wgl::DRIVER_OS_ALL, - GetDeviceVendor(wgl::VendorATI), wgl::DriverInfo::allDevices, - wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); - APPEND_TO_DRIVER_BLOCKLIST2( wgl::DRIVER_OS_ALL, - GetDeviceVendor(wgl::VendorAMD), wgl::DriverInfo::allDevices, - wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); - APPEND_TO_DRIVER_BLOCKLIST2( wgl::DRIVER_OS_ALL, GetDeviceVendor(wgl::VendorAMD), wgl::DriverInfo::allDevices, wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); @@ -1175,9 +1169,6 @@ void WinOpenGLDeviceInfo::FillBlacklist() APPEND_TO_DRIVER_BLOCKLIST2( wgl::DRIVER_OS_ALL, GetDeviceVendor(wgl::VendorIntel), wgl::DriverInfo::allDevices, wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); - APPEND_TO_DRIVER_BLOCKLIST2( wgl::DRIVER_OS_ALL, - GetDeviceVendor(wgl::VendorIntel), wgl::DriverInfo::allDevices, - wgl::DRIVER_LESS_THAN, wgl::DriverInfo::allDriverVersions ); /** * Disable acceleration on Intel HD 3000 for graphics drivers <= 8.15.10.2321. |