]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
compilation fix for VC++
[wxWidgets.git] / src / os2 / window.cpp
index 9ffc8921ef4598b2a5d33712a1f6e4ac1e0cfb59..eecbf1479cba51ca289e201326068c0ed0777c87 100644 (file)
@@ -102,9 +102,6 @@ QMSG                      s_currentMsg;
 wxMenu*                   wxCurrentPopupMenu = NULL;
 #endif // wxUSE_MENUS_NATIVE
 
-#if !defined(__VISAGECPP__) || (__IBMCPP__ < 400)
-extern wxChar             wxCanvasClassName[];
-#endif
 wxList*                   wxWinHandleList = NULL;
 
 // ---------------------------------------------------------------------------