From dc39575fb3ef90e5a2689babe7fb335cd88f6727 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 21:32:25 +0500 Subject: wip --- FL/Fl_Text_Buffer.H | 7 ------- 1 file changed, 7 deletions(-) (limited to 'FL/Fl_Text_Buffer.H') diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index a9365d5c0..e27214a6c 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -23,7 +23,6 @@ #define FL_TEXT_BUFFER_H #include /* va_list */ -#include #include "fl_attr.h" /* Doxygen can't find */ #undef ASSERT_UTF8 @@ -231,12 +230,6 @@ public: */ char* text() const; - /** - \brief Get a copy of the entire contents of the text buffer. - \return text as a UTF-8 string - */ - std::string text_str() const; - /** Replaces the entire contents of the text buffer. \param text Text must be valid UTF-8. If null, an empty string is substituted. -- cgit v1.2.3