Remove redundant return of wxEmptyString
This commit is contained in:
parent
99858d4628
commit
32535f5bf6
@ -242,7 +242,7 @@ wxString wxFileSystemHandler::GetAnchor(const wxString& location)
|
||||
if (c == wxT('#'))
|
||||
return location.Right(l-i-1);
|
||||
else if ((c == wxT('/')) || (c == wxT('\\')) || (c == wxT(':')))
|
||||
return wxEmptyString;
|
||||
break;
|
||||
}
|
||||
return wxEmptyString;
|
||||
}
|
||||
|
@ -269,7 +269,7 @@ wxString wxGetStockHelpString(wxWindowID id, wxStockHelpStringClient client)
|
||||
|
||||
default:
|
||||
// there's no stock help string for this ID / client
|
||||
return wxEmptyString;
|
||||
break;
|
||||
}
|
||||
|
||||
#undef STOCKITEM
|
||||
|
Loading…
Reference in New Issue
Block a user