]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/htmllbox.h
why was this class made a wxControlContainer (rev. 1.7), this doesn't seem to make...
[wxWidgets.git] / include / wx / htmllbox.h
index 6557e4e036d6743abdc516ee97394897e5d7107d..a7ee460e6f601eee00a497b79c84e99145c12908 100644 (file)
@@ -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;