X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..096ed1c628e9745420807b0cebbcac0b485c9648:/src/motif/popupwin.cpp?ds=inline diff --git a/src/motif/popupwin.cpp b/src/motif/popupwin.cpp index 100927e453..5c59c1a08b 100644 --- a/src/motif/popupwin.cpp +++ b/src/motif/popupwin.cpp @@ -6,7 +6,7 @@ // Created: 28.08.03 // RCS-ID: $Id$ // Copyright: (c) Mattia barbon -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) @@ -29,8 +29,6 @@ #include "wx/motif/private.h" -IMPLEMENT_DYNAMIC_CLASS( wxPopupWindow, wxWindow ); - bool wxPopupWindow::Create( wxWindow *parent, int flags ) { if( !wxPopupWindowBase::Create( parent, flags ) )