Remove useless initializations
wxObject-derived types and wxString are null/empty by default.
This commit is contained in:
@@ -782,8 +782,6 @@ private:
|
||||
wxChmFSHandler::wxChmFSHandler() : wxFileSystemHandler()
|
||||
{
|
||||
m_lasterror=0;
|
||||
m_pattern=wxEmptyString;
|
||||
m_found=wxEmptyString;
|
||||
m_chm=NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user