X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b218dfaf47dc47705f6d6cba9408fa9f9cca70e..1f2f0331455e0a91fdbc57afefe8f8c7c0db9392:/src/common/layout.cpp diff --git a/src/common/layout.cpp b/src/common/layout.cpp index 517d626892..b98de42ee5 100644 --- a/src/common/layout.cpp +++ b/src/common/layout.cpp @@ -22,8 +22,6 @@ #include "wx/defs.h" -#if wxUSE_CONSTRAINTS - #ifndef WX_PRECOMP #include "wx/window.h" #include "wx/utils.h" @@ -1727,6 +1725,3 @@ wxSpacingSizer::~wxSpacingSizer() { } - - -#endif