summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-13 20:32:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-14 07:47:16 +0100
commitb34234272273063b7158dff2c4086c67c4a1ec47 (patch)
tree95a23d07401699f636dc13683b105d326cd379a2 /vcl
parented07eff77df5af3b214a3791b4455a743ca35853 (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.cxx5
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;
}