]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/popupcmn.cpp
Removed rundant files, updated readme.txt.
[wxWidgets.git] / src / common / popupcmn.cpp
index 0415aedfb5b7f2cf99ada429c6a86c3edfc1bb40..7c8de4c9b70c6d0453e71b37267e5eccba067cf1 100644 (file)
@@ -45,7 +45,7 @@
 
 // there is no src/mgl/popupwin.cpp to put this in, so we do it here - BTW we
 // probably could do it for all ports here just as well
-#if defined(__WXMGL__) || defined(__WXPM__)
+#if defined(__WXMGL__)
     IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
 #endif // __WXMSW__