remove unused private member variables

This commit is contained in:
Paul Cornett
2016-01-16 11:04:27 -08:00
parent 6245e2d996
commit 03aae8254f
2 changed files with 1 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ private:
wxHtmlWinParser *m_Parser; wxHtmlWinParser *m_Parser;
wxFileSystem *m_FS; wxFileSystem *m_FS;
wxHtmlContainerCell *m_Cells; wxHtmlContainerCell *m_Cells;
int m_MaxWidth, m_Width, m_Height; int m_Width, m_Height;
wxDECLARE_NO_COPY_CLASS(wxHtmlDCRenderer); wxDECLARE_NO_COPY_CLASS(wxHtmlDCRenderer);
}; };

View File

@@ -140,7 +140,6 @@ class HP_TagHandler : public wxHtmlTagHandler
wxString m_name, m_page; wxString m_name, m_page;
int m_level; int m_level;
int m_id; int m_id;
int m_index;
int m_count; int m_count;
wxHtmlHelpDataItem *m_parentItem; wxHtmlHelpDataItem *m_parentItem;
wxHtmlBookRecord *m_book; wxHtmlBookRecord *m_book;