mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-29 08:43:56 +01:00
Remove unused function
This commit is contained in:
@@ -164,7 +164,6 @@ is time to refresh some aspect of the screen.
|
||||
#include "AllThemeResources.h"
|
||||
#include "AudioIO.h"
|
||||
#include "float_cast.h"
|
||||
#include "MixerBoard.h"
|
||||
|
||||
#include "Prefs.h"
|
||||
#include "RefreshCode.h"
|
||||
@@ -821,13 +820,6 @@ void TrackPanel::HandleCursorForLastMouseEvent()
|
||||
HandleCursor(mLastMouseEvent);
|
||||
}
|
||||
|
||||
MixerBoard* TrackPanel::GetMixerBoard()
|
||||
{
|
||||
AudacityProject *p = GetProject();
|
||||
wxASSERT(p);
|
||||
return p->GetMixerBoard();
|
||||
}
|
||||
|
||||
bool TrackPanel::IsAudioActive()
|
||||
{
|
||||
AudacityProject *p = GetProject();
|
||||
|
||||
Reference in New Issue
Block a user