diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-13 20:32:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-14 07:47:16 +0100 |
commit | b34234272273063b7158dff2c4086c67c4a1ec47 (patch) | |
tree | 95a23d07401699f636dc13683b105d326cd379a2 /vcl | |
parent | ed07eff77df5af3b214a3791b4455a743ca35853 (diff) |
loplugin:unusedfields
Change-Id: Ib04b32654f005a879d52b880bc3787bbbab09372
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107659
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/opengl/win/context.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/opengl/win/context.cxx b/vcl/source/opengl/win/context.cxx index 454faf61bd9d..4d30e9c13a9b 100644 --- a/vcl/source/opengl/win/context.cxx +++ b/vcl/source/opengl/win/context.cxx @@ -650,11 +650,6 @@ bool WinOpenGLContext::ImplInit() bFirstCall = false; - static OString aVendor(reinterpret_cast<const char*>(glGetString(GL_VENDOR))); - - if (aVendor.equalsIgnoreAsciiCase("intel")) - maOpenGLCapabilitySwitch.mbLimitedShaderRegisters = true; - return true; } |