X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d559d69c8115c8aaabba70f37d49b4effbc2ab2..3ad5e06b4aefdcef8a1ec2ec563540e055462e66:/samples/splitter/test.cpp diff --git a/samples/splitter/test.cpp b/samples/splitter/test.cpp index 33a25ed12a..dcd6718c68 100644 --- a/samples/splitter/test.cpp +++ b/samples/splitter/test.cpp @@ -62,8 +62,6 @@ public: MyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size); virtual ~MyFrame(); - bool OnClose(); - // Menu commands void SplitHorizontal(wxCommandEvent& event); void SplitVertical(wxCommandEvent& event); @@ -185,11 +183,6 @@ MyFrame::~MyFrame() { } -bool MyFrame::OnClose() -{ - return TRUE; -} - void MyFrame::Quit(wxCommandEvent& WXUNUSED(event) ) { Close(TRUE);