diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-23 01:35:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-23 01:35:55 +0100 |
commit | 743f34d9d20c67deecf6d18a5c8e58e83ab35c98 (patch) | |
tree | cb54be50dce9b33bf2c367b478c241e7742b3fb2 | |
parent | 37ac70c117a7b8b9ac66b583a793096c3ad87a11 (diff) |
remove whitespace
Change-Id: Ie41f7dee77d378bcdd963ea26b0b83d198762f53
-rw-r--r-- | vcl/opengl/x11/X11DeviceInfo.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/opengl/x11/X11DeviceInfo.cxx b/vcl/opengl/x11/X11DeviceInfo.cxx index 6899f53624f8..5f3cc13830bc 100644 --- a/vcl/opengl/x11/X11DeviceInfo.cxx +++ b/vcl/opengl/x11/X11DeviceInfo.cxx @@ -270,7 +270,6 @@ bool X11OpenGLDeviceInfo::isDeviceBlocked() SAL_INFO("vcl.opengl", "OS: " << maOS); SAL_INFO("vcl.opengl", "OSRelease: " << maOSRelease); - if (mbIsMesa) { if (mbIsNouveau && version(mnMajorVersion, mnMinorVersion) < version(8,0)) { SAL_WARN("vcl.opengl", "blocked driver version: old nouveau driver (requires mesa 8.0+)"); |