diff options
author | George Hazan <ghazan@miranda.im> | 2017-05-03 17:44:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-05-03 17:44:53 +0300 |
commit | e36fec231359220bf3af8bb8c1957078dd046f4e (patch) | |
tree | c6e2ff4c10e811ddd1b892d0e9646adbb75e1322 /include | |
parent | dedc5fb828f07003eb2bfb4356055baec8490a5c (diff) |
CCtrlRichEdit::GetRichTextUtf considered useless
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 7a48523938..2c3bba960b 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -807,7 +807,6 @@ public: // returns a buffer that should be freed using mir_free() or ptrA/ptrW
char* GetRichTextRtf(bool bText = false, bool bSelection = false) const; // returns text with formatting
- char* GetRichTextUtf() const; // returns only text in utf8
wchar_t* GetRichText() const; // returns only text in ucs2
// these methods return text length in Unicode chars
|