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

Move DoHelpWelcome out of HelpMenus

This commit is contained in:
Paul Licameli
2019-06-12 23:51:23 -04:00
parent 2d11e6bda9
commit f8c40dc8e7
5 changed files with 12 additions and 12 deletions

View File

@@ -132,9 +132,4 @@ void DoTogglePinnedHead( AudacityProject & );
void DoRecord( AudacityProject & );
}
/// Namespace for functions for Help menu
namespace HelpActions {
void DoHelpWelcome( AudacityProject & );
}
#endif