Commit 20e06550 authored by David Fuhrmann's avatar David Fuhrmann

macosx: do not warn when trying to translate null strings

We don't do any actual call to gettext here, so the warning
is not really needed.
parent 283fee16
......@@ -65,7 +65,6 @@ static VLCStringUtility *_o_sharedInstance = nil;
return(@"");
}
} else {
msg_Warn(VLCIntf, "can't translate empty strings");
return(@"");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment