]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/popupwin.cpp
cleanup - more reformatting; fixed bug introduced in prior commit
[wxWidgets.git] / src / motif / popupwin.cpp
index 100927e453f76bbcafbfab375f0631c43c6cc69e..fd60ed2e110fe4536140fbc57e13bbbc7299c349 100644 (file)
@@ -6,13 +6,9 @@
 // Created:     28.08.03
 // RCS-ID:      $Id$
 // Copyright:   (c) Mattia barbon
-// Licence:    wxWidgets licence
+// 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 ) )