removed wxHtmlParser::GetTempData (internal function, obsoleted)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,9 +69,6 @@ wxHtmlWindow::~wxHtmlWindow()
|
||||
|
||||
if (m_Cell) delete m_Cell;
|
||||
|
||||
wxList *parser_data = m_Parser -> GetTempData();
|
||||
if (parser_data) delete parser_data;
|
||||
|
||||
delete m_Parser;
|
||||
delete m_FS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user