removed code that already exist in ~wxTLWBase from ~wxTLW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-12-10 15:53:29 +00:00
parent 64b3c26259
commit f0c3b72446
2 changed files with 0 additions and 18 deletions

View File

@@ -40,8 +40,6 @@ public:
long style = wxDEFAULT_FRAME_STYLE,
const wxString& name = wxFrameNameStr);
virtual ~wxTopLevelWindowMGL();
// implement base class pure virtuals
virtual void Maximize(bool maximize = true);
virtual bool IsMaximized() const;