diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-03 16:31:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-03 20:28:48 +0100 |
commit | 76f5b9c9e4f0bd38c745bd590af466fbf901510f (patch) | |
tree | 8ed823ffc5e56ec31f9623b514e636b88ba348f2 /vcl/opengl | |
parent | b8c8be00961b953c6c4bb877bd678f8c290825b9 (diff) |
loplugin:duplicatedefines (clang-cl)
(already defined in vcl/inc/opengl/win/WinDeviceInfo.hxx)
Change-Id: Ic785a934c16c8a2f3442ff7975f9a84fbc6001c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87891
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/win/WinDeviceInfo.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx index 7dc85bcfddd7..0e466ecd6d4e 100644 --- a/vcl/opengl/win/WinDeviceInfo.cxx +++ b/vcl/opengl/win/WinDeviceInfo.cxx @@ -48,9 +48,6 @@ size_t ArrayLength(T (&)[N]) return N; } -#define GFX_DRIVER_VERSION(a,b,c,d) \ -((uint64_t(a)<<48) | (uint64_t(b)<<32) | (uint64_t(c)<<16) | uint64_t(d)) - bool GetKeyValue(const WCHAR* keyLocation, const WCHAR* keyName, OUString& destString, int type) { HKEY key; |