X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1df09276caf8575eed4e9bf2689c69903a749a9..1a42f89c41256c9de765b5e7671f4d1e94dbdc51:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index ae232c15c7..b4a58ed66a 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -28,9 +28,3 @@ #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 -