Undo accidental change to the notebook sample.

This debugging/testing change was accidentally committed as part of r78462.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2015-02-09 12:10:36 +00:00
parent 0c408e2785
commit 92a6a87d12

View File

@ -884,7 +884,6 @@ void MyFrame::OnDeleteLastPage(wxCommandEvent& WXUNUSED(event))
void MyFrame::OnNextPage(wxCommandEvent& WXUNUSED(event))
{
wxFindWindowAtPoint(wxPoint(0,0));
wxBookCtrlBase *currBook = GetCurrentBook();
if ( currBook )