Remove initializations of wxString with wxEmptyString

An empty string is the default
This commit is contained in:
Paul Cornett
2017-05-28 23:53:44 -07:00
parent 7358202d29
commit 01909a20c8
6 changed files with 9 additions and 9 deletions

View File

@@ -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)