]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
Added files for wxNotebook and wxCocoaNSTabView
[wxWidgets.git] / src / msw / dummy.cpp
index ae232c15c761ab64b7770f33c04bd126e8324059..b4a58ed66a4d0fd97354b852cf6f1bf8f7d24766 100644 (file)
@@ -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
-