mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Move some conditionally compiled declarations out of Experimental.h
This commit is contained in:
parent
b4b5cc8124
commit
b45882e8a0
@ -151,13 +151,7 @@
|
||||
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
|
||||
//#define EXPERIMENTAL_SCOREALIGN
|
||||
|
||||
//If you want any of these files, ask JKC. They are not
|
||||
//yet checked in to Audacity SVN as of 12-Feb-2010
|
||||
#ifdef EXPERIMENTAL_NOTEBOOK
|
||||
#include "widgets/GuiFactory.h"
|
||||
#include "widgets/APanel.h"
|
||||
extern void AddPages( AudacityProject * pProj, GuiFactory & Factory, wxNotebook * pNotebook );
|
||||
#endif
|
||||
//#define EXPERIMENTAL_NOTEBOOK
|
||||
|
||||
#ifdef EXPERIMENTAL_NYQUIST_INSPECTOR
|
||||
#include "NyquistAdapter.h"
|
||||
|
@ -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();
|
||||
|
@ -566,6 +566,13 @@ enum {
|
||||
NextID,
|
||||
};
|
||||
|
||||
//If you want any of these files, ask JKC. They are not
|
||||
//yet checked in to Audacity SVN as of 12-Feb-2010
|
||||
#ifdef EXPERIMENTAL_NOTEBOOK
|
||||
#include "GuiFactory.h"
|
||||
#include "APanel.h"
|
||||
#endif
|
||||
|
||||
ProjectWindow::ProjectWindow(wxWindow * parent, wxWindowID id,
|
||||
const wxPoint & pos,
|
||||
const wxSize & size, AudacityProject &project)
|
||||
|
Loading…
x
Reference in New Issue
Block a user