mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
With the change Richard just made to pass the actual title to the parent class constructor, the call to SetTitle() is unnecessary in this method. Removed it.
This commit is contained in:
@@ -305,7 +305,6 @@ ReverbDialogue::ReverbDialogue(EffectReverb * effect, wxWindow * parent):
|
|||||||
EffectDialog(parent, _("Reverb"), PROCESS_EFFECT, wxDEFAULT_DIALOG_STYLE, ePreviewDryButton),
|
EffectDialog(parent, _("Reverb"), PROCESS_EFFECT, wxDEFAULT_DIALOG_STYLE, ePreviewDryButton),
|
||||||
mEffect(*effect), mParams(effect->mParams)
|
mEffect(*effect), mParams(effect->mParams)
|
||||||
{
|
{
|
||||||
SetTitle();
|
|
||||||
Init();
|
Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user