mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 20:52:09 +01:00
Remove unnecessary initializers for empty wxString
This commit is contained in:
@@ -607,11 +607,6 @@ NumericConverter::NumericConverter(Type type,
|
||||
if (type == NumericConverter::TIME )
|
||||
mDefaultNdx = 4; // Default to "hh:mm:ss + milliseconds".
|
||||
|
||||
mPrefix = wxT("");
|
||||
mValueTemplate = wxT("");
|
||||
mValueMask = wxT("");
|
||||
mValueString = wxT("");
|
||||
|
||||
mScalingFactor = 1.0f;
|
||||
mSampleRate = 1.0f;
|
||||
mNtscDrop = false;
|
||||
|
||||
Reference in New Issue
Block a user