summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-10-27 15:52:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-10-27 16:42:07 +0200
commit54b6536b1936f8bff43285ed43f51430ab30b4a2 (patch)
treec9449714f94700d75d81b16f525d17aea2588097 /include
parentbd892f3ba96fae1f0a151734053da0b39ca69c86 (diff)
Remove leftover INCLUDED_POSTWIN_H macro
...that had been added in 48b1c8898d2f5a54435d23c412a0c65b553ef46d "clang-cl loplugin: vcl", apparently to avoid redeclaration warnings for some extern "C" function, and had been left behind when that function declaration was removed in 3c443852d25a61b61353d630d8dc8753bad6ab30 "vcl: remove no longer needed WIN_Rectangle()" Change-Id: I2744122e8fefc56c75dbcb921e96b22025b6b766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141909 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/postwin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/postwin.h b/include/postwin.h
index 6b11c5827497..c6198ef21c5a 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -53,8 +53,4 @@
#undef Yield
#undef mciSetCommand
-#if !defined INCLUDED_POSTWIN_H && defined __cplusplus
-#define INCLUDED_POSTWIN_H
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */