include/postwin.h | 4 ---- 1 file changed, 4 deletions(-) New commits: commit 54b6536b1936f8bff43285ed43f51430ab30b4a2 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Oct 27 15:52:38 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Oct 27 16:42:07 2022 +0200
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 <sberg...@redhat.com> 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: */