summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-13 18:11:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-13 18:11:34 +0100
commit3ee77072ff774dccd38edc03e8714a39e586f94a (patch)
tree4e88f7d91fcdc736d3ef2c5360afedf95b1e131d /vcl
parent6657d52417295265367cf3ffe5832b60e3c38011 (diff)
-Werror,-Wunused-macros (clang-cl)
...since 65b7b6322b662785bf032e66c76abc36c9a2bb0e "loplugin:unusedenumconstants read-only constants in vcl" Change-Id: I50b904dfbfecf3400591fadd392e229505c1a97f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/window/salframe.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 88e6f814b155..c4b6d926ea83 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");