Remove initializations of wxString with wxEmptyString
An empty string is the default
This commit is contained in:
@@ -153,7 +153,7 @@ wxString wxFileSystemHandler::GetMimeTypeFromExt(const wxString& location)
|
||||
/* static */
|
||||
wxString wxFileSystemHandler::GetProtocol(const wxString& location)
|
||||
{
|
||||
wxString s = wxEmptyString;
|
||||
wxString s;
|
||||
int i, l = location.length();
|
||||
bool fnd = false;
|
||||
|
||||
|
Reference in New Issue
Block a user