summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-01 16:51:02 +0200
committerTomaž Vajngerl <quikee@gmail.com>2019-07-08 02:50:07 +0200
commit49422a469646ad8be43ba828ca24c2484c26b9e8 (patch)
treefa5bd801fbc206988f66718611f5d8ce4b96adc5 /vcl/inc/opengl
parente390011efa79588eca7ff7a3976a9ca3b3a780a4 (diff)
Do not support GL blacklisting for Windows versions older than 7
Since we no longer install on such systems anyway Change-Id: Ia3b5c202e1276857c97017bb5a7eb9f087d5626e Reviewed-on: https://gerrit.libreoffice.org/74961 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/opengl')
-rw-r--r--vcl/inc/opengl/win/WinDeviceInfo.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index b207b2f9c9df..773be7af0f7d 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -22,9 +22,6 @@ namespace wgl {
enum OperatingSystem {
DRIVER_OS_UNKNOWN = 0,
- DRIVER_OS_WINDOWS_XP,
- DRIVER_OS_WINDOWS_SERVER_2003,
- DRIVER_OS_WINDOWS_VISTA,
DRIVER_OS_WINDOWS_7,
DRIVER_OS_WINDOWS_8,
DRIVER_OS_WINDOWS_8_1,