From 76f5b9c9e4f0bd38c745bd590af466fbf901510f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Feb 2020 16:31:08 +0100 Subject: 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 --- vcl/opengl/win/WinDeviceInfo.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/opengl') 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; -- cgit