mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-24 23:25:53 +01:00
Move some conditionally compiled declarations out of Experimental.h
This commit is contained in:
@@ -350,6 +350,10 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef EXPERIMENTAL_NOTEBOOK
|
||||
extern void AddPages( AudacityProject * pProj, GuiFactory & Factory, wxNotebook * pNotebook );
|
||||
#endif
|
||||
|
||||
void InitProjectWindow( ProjectWindow &window )
|
||||
{
|
||||
auto &project = window.GetProject();
|
||||
|
||||
Reference in New Issue
Block a user