X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1248b41f9f71110347659db8c54c75786eba23c6..a7d5151df02bf70a9f6ff1c5c7fd33ab07bf409c:/src/motif/popupwin.cpp diff --git a/src/motif/popupwin.cpp b/src/motif/popupwin.cpp index 8d4ce0915d..fd60ed2e11 100644 --- a/src/motif/popupwin.cpp +++ b/src/motif/popupwin.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "popup.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -29,8 +25,6 @@ #include "wx/motif/private.h" -IMPLEMENT_DYNAMIC_CLASS( wxPopupWindow, wxWindow ); - bool wxPopupWindow::Create( wxWindow *parent, int flags ) { if( !wxPopupWindowBase::Create( parent, flags ) )