From 92a6a87d128428f7ea5df30d22f234575df738e0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Feb 2015 12:10:36 +0000 Subject: [PATCH] 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 --- samples/notebook/notebook.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/notebook/notebook.cpp b/samples/notebook/notebook.cpp index 9bb39f8704..14e05fee44 100644 --- a/samples/notebook/notebook.cpp +++ b/samples/notebook/notebook.cpp @@ -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 )