1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Lower DoEditMetadata into Exporter

This commit is contained in:
Paul Licameli
2019-06-06 19:46:14 -04:00
parent 684a948fd2
commit 8db51416bc
4 changed files with 39 additions and 39 deletions

View File

@@ -106,9 +106,6 @@ public:
/// Namespace for functions for Edit menu
namespace EditActions {
bool DoEditMetadata(
AudacityProject &project,
const wxString &title, const wxString &shortUndoDescription, bool force );
void DoReloadPreferences( AudacityProject & );
}