mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Remove unused function
This commit is contained in:
parent
f858a7bd9c
commit
d6b430c262
@ -164,7 +164,6 @@ is time to refresh some aspect of the screen.
|
|||||||
#include "AllThemeResources.h"
|
#include "AllThemeResources.h"
|
||||||
#include "AudioIO.h"
|
#include "AudioIO.h"
|
||||||
#include "float_cast.h"
|
#include "float_cast.h"
|
||||||
#include "MixerBoard.h"
|
|
||||||
|
|
||||||
#include "Prefs.h"
|
#include "Prefs.h"
|
||||||
#include "RefreshCode.h"
|
#include "RefreshCode.h"
|
||||||
@ -821,13 +820,6 @@ void TrackPanel::HandleCursorForLastMouseEvent()
|
|||||||
HandleCursor(mLastMouseEvent);
|
HandleCursor(mLastMouseEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
MixerBoard* TrackPanel::GetMixerBoard()
|
|
||||||
{
|
|
||||||
AudacityProject *p = GetProject();
|
|
||||||
wxASSERT(p);
|
|
||||||
return p->GetMixerBoard();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool TrackPanel::IsAudioActive()
|
bool TrackPanel::IsAudioActive()
|
||||||
{
|
{
|
||||||
AudacityProject *p = GetProject();
|
AudacityProject *p = GetProject();
|
||||||
|
@ -333,8 +333,6 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
|
|||||||
virtual double GetScreenEndTime() const;
|
virtual double GetScreenEndTime() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual MixerBoard* GetMixerBoard();
|
|
||||||
|
|
||||||
virtual bool IsAudioActive();
|
virtual bool IsAudioActive();
|
||||||
virtual void HandleTrackSpecificMouseEvent(wxMouseEvent & event);
|
virtual void HandleTrackSpecificMouseEvent(wxMouseEvent & event);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user