From a56c48079e8d691611c62c92f2cf49b3fb6345d2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:34:47 +0100 Subject: Fix "\todo Complete documentation of class Fl_String" Also - fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification - fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t" because that's now in place. --- src/Fl_Text_Display.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Text_Display.cxx') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index a7706acca..759cf6101 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1233,8 +1233,6 @@ int Fl_Text_Display::wrapped_row(int row) const { (scroll_() counts them too) and/or to count from the most efficient starting point, but the efficiency of this routine is not as important to the overall performance of the text display. - - \todo Unicode? */ void Fl_Text_Display::display_insert() { int hOffset, topLine, X, Y; -- cgit v1.2.3