Remove initializations of wxString with wxEmptyString
An empty string is the default
This commit is contained in:
@@ -829,7 +829,7 @@ bool wxHtmlHelpWindow::KeywordSearch(const wxString& keyword,
|
||||
|
||||
int foundcnt = 0;
|
||||
wxString foundstr;
|
||||
wxString book = wxEmptyString;
|
||||
wxString book;
|
||||
|
||||
if (!m_Splitter->IsSplit())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user