summaryrefslogtreecommitdiff
path: root/FL/Fl_Text_Buffer.H
diff options
context:
space:
mode:
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.
*/