1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Remove some friends from Effect

This commit is contained in:
Paul Licameli
2020-01-23 14:48:21 -05:00
parent e5625bfb89
commit 808d4accfd

View File

@@ -530,15 +530,13 @@ private:
size_t mBlockSize;
unsigned mNumChannels;
public:
const static wxString kUserPresetIdent;
const static wxString kFactoryPresetIdent;
const static wxString kCurrentSettingsIdent;
const static wxString kFactoryDefaultsIdent;
friend class EffectManager;// so it can call PromptUser in support of batch commands.
friend class EffectRack;
friend class EffectUIHost;
friend class EffectPresetsDialog;
};
// FIXME: