summaryrefslogtreecommitdiff
path: root/FL/Fl_Text_Buffer.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 21:32:25 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 21:32:25 +0500
commitdc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch)
tree24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /FL/Fl_Text_Buffer.H
parent7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff)
wip
Diffstat (limited to 'FL/Fl_Text_Buffer.H')
-rw-r--r--FL/Fl_Text_Buffer.H7
1 files changed, 0 insertions, 7 deletions
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 <stdarg.h> /* va_list */
-#include <string>
#include "fl_attr.h" /* Doxygen can't find <FL/fl_attr.h> */
#undef ASSERT_UTF8
@@ -232,12 +231,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.
*/