From efea3c870093d9e2923efdc6661fce8deac37840 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 31 Jan 2005 17:59:35 +0000 Subject: [PATCH] Correct link prob. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/popupwin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/motif/popupwin.cpp b/src/motif/popupwin.cpp index 8d4ce0915d..5c59c1a08b 100644 --- a/src/motif/popupwin.cpp +++ b/src/motif/popupwin.cpp @@ -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 ) )