From: Robin Dunn Date: Mon, 29 May 2006 20:41:45 +0000 (+0000) Subject: Take out AdjustPagebreak for now... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee77681f4ec8794345b59b8ea3e4748283373ab1 Take out AdjustPagebreak for now... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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?