Remove initializations of wxString with wxEmptyString
An empty string is the default
This commit is contained in:
@@ -589,7 +589,7 @@ bool wxHtmlWindow::LoadPage(const wxString& location)
|
||||
else
|
||||
{
|
||||
wxList::compatibility_iterator node;
|
||||
wxString src = wxEmptyString;
|
||||
wxString src;
|
||||
|
||||
#if wxUSE_STATUSBAR
|
||||
if (m_RelatedStatusBarIndex != -1)
|
||||
|
Reference in New Issue
Block a user