Tried to restore wxPopupTransientWindow functionality

under GTK+.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-01-29 11:32:46 +00:00
parent 087f594ba1
commit 537a0880d2
5 changed files with 61 additions and 43 deletions

View File

@@ -148,8 +148,6 @@ BEGIN_EVENT_TABLE(wxPopupWindow,wxPopupWindowBase)
#endif
END_EVENT_TABLE()
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
wxPopupWindow::~wxPopupWindow()
{
}