X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6033bbc1ff95fb69b65b081d03b4a679dd958e75..3b38e2a022d97b2afae69cb5f322f96a6a0140f3:/src/x11/popupwin.cpp diff --git a/src/x11/popupwin.cpp b/src/x11/popupwin.cpp index 34d95b1f2c..45b3a278c6 100644 --- a/src/x11/popupwin.cpp +++ b/src/x11/popupwin.cpp @@ -7,10 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "popupwin.h" -#endif - #include "wx/defs.h" #include "wx/log.h" @@ -31,8 +27,6 @@ BEGIN_EVENT_TABLE(wxPopupWindow,wxPopupWindowBase) END_EVENT_TABLE() -IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow) - wxPopupWindow::~wxPopupWindow() { }