From ee77681f4ec8794345b59b8ea3e4748283373ab1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 29 May 2006 20:41:45 +0000 Subject: [PATCH] Take out AdjustPagebreak for now... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index ec90eb47d1..7b36eca332 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -565,7 +565,8 @@ public: const wxPoint& pos, const wxMouseEvent& event); - bool AdjustPagebreak(int* INOUT); +// TODO: bool AdjustPagebreak(int* INOUT, +// wxArrayInt& known_pagebreaks); void SetCanLiveOnPagebreak(bool can); // Can the line be broken before this cell? -- 2.45.2