X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67339f7d9ddfa94e314b71d62b2fed728df334e5..4542739ccb3b2ad47afc66b7a3182568a182b71f:/include/wx/htmllbox.h diff --git a/include/wx/htmllbox.h b/include/wx/htmllbox.h index 6557e4e036..a7ee460e6f 100644 --- a/include/wx/htmllbox.h +++ b/include/wx/htmllbox.h @@ -74,10 +74,6 @@ public: virtual void RefreshAll(); virtual void SetItemCount(size_t count); - // provide a way to set the default encoding (non-Unicode only) - void SetEncoding(wxFontEncoding encoding) { m_fontEncoding = encoding; } - wxFontEncoding GetEncoding() { return m_fontEncoding; } - #if wxUSE_FILESYSTEM // retrieve the file system used by the wxHtmlWinParser: if you use // relative paths in your HTML, you should use its ChangePathTo() method @@ -171,9 +167,6 @@ private: // HTML parser we use wxHtmlWinParser *m_htmlParser; - // font encoding (used in non-Unicode mode only) - wxFontEncoding m_fontEncoding; - #if wxUSE_FILESYSTEM // file system used by m_htmlParser wxFileSystem m_filesystem;