[Libreoffice-commits] core.git: vcl/win
Stephan Bergmann
sbergman at redhat.com
Mon Feb 13 17:12:44 UTC 2017
vcl/win/window/salframe.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 3ee77072ff774dccd38edc03e8714a39e586f94a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Feb 13 18:11:34 2017 +0100
-Werror,-Wunused-macros (clang-cl)
...since 65b7b6322b662785bf032e66c76abc36c9a2bb0e "loplugin:unusedenumconstants
read-only constants in vcl"
Change-Id: I50b904dfbfecf3400591fadd392e229505c1a97f
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 88e6f81..c4b6d92 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -109,9 +109,6 @@ using namespace ::com::sun::star::beans;
#ifndef WM_MOUSEHWHEEL
# define WM_MOUSEHWHEEL 0x020E
#endif
-#ifndef IDC_PEN
-# define IDC_PEN MAKEINTRESOURCE(32631)
-#endif
const unsigned int WM_USER_SYSTEM_WINDOW_ACTIVATED = RegisterWindowMessageA("SYSTEM_WINDOW_ACTIVATED");
More information about the Libreoffice-commits
mailing list