mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
Move DoImportMidi out of FileMenus
This commit is contained in:
@@ -104,15 +104,6 @@ public:
|
||||
// Exported helper functions from various menu handling source files
|
||||
|
||||
|
||||
/// Namespace for functions for File menu
|
||||
namespace FileActions {
|
||||
// Import into existing project
|
||||
bool DoImportMIDI( AudacityProject &project, const FilePath &fileName );
|
||||
// Import file, creating a project if the first argument is null
|
||||
AudacityProject *DoImportMIDI(
|
||||
AudacityProject *pProject, const FilePath &fileName );
|
||||
}
|
||||
|
||||
/// Namespace for functions for Edit menu
|
||||
namespace EditActions {
|
||||
bool DoEditMetadata(
|
||||
|
||||
Reference in New Issue
Block a user