[Libreoffice-commits] core.git: vcl/opengl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 3 19:29:21 UTC 2020
vcl/opengl/win/WinDeviceInfo.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 76f5b9c9e4f0bd38c745bd590af466fbf901510f
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Feb 3 16:31:08 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Feb 3 20:28:48 2020 +0100
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 at redhat.com>
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;
More information about the Libreoffice-commits
mailing list