mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Remove unused function
This commit is contained in:
parent
8cc9bd9b57
commit
78b6897f85
@ -24,7 +24,6 @@ messaging from a command back to its invoker.
|
|||||||
#include "CommandContext.h"
|
#include "CommandContext.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <wx/app.h>
|
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/variant.h>
|
#include <wx/variant.h>
|
||||||
@ -87,9 +86,6 @@ void CommandContext::Progress( double d ) const
|
|||||||
pOutput->Progress( d );
|
pOutput->Progress( d );
|
||||||
}
|
}
|
||||||
|
|
||||||
AudacityApp * CommandContext::GetApp() const
|
|
||||||
{ return (AudacityApp *) wxTheApp;}
|
|
||||||
|
|
||||||
void CommandContext::StartArray() const
|
void CommandContext::StartArray() const
|
||||||
{
|
{
|
||||||
if( pOutput )
|
if( pOutput )
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include "audacity/Types.h"
|
#include "audacity/Types.h"
|
||||||
|
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
class AudacityApp;
|
|
||||||
class wxEvent;
|
class wxEvent;
|
||||||
class CommandOutputTargets;
|
class CommandOutputTargets;
|
||||||
using CommandParameter = CommandID;
|
using CommandParameter = CommandID;
|
||||||
@ -55,6 +54,5 @@ public:
|
|||||||
const wxEvent *pEvt;
|
const wxEvent *pEvt;
|
||||||
int index;
|
int index;
|
||||||
CommandParameter parameter;
|
CommandParameter parameter;
|
||||||
AudacityApp *GetApp() const;
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user