X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25889d3c43f537fea00a2b7d6df7bd7e63e113f8..7b048ef6b68004cf7063d3669670f45ebf11be97:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index c21e7df120..b4a58ed66a 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -26,13 +26,5 @@ #pragma hdrstop #endif -#include - #include "wx/msw/msvcrt.h" -// Foils optimizations in Visual C++ (see also app.cpp). Without it, -// dummy.obj isn't linked and we get a linker error. -#if defined(__VISUALC__) - char wxDummyChar = 0; -#endif -