1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +01:00

Remove non-UI functions in TrackPanelListener

This commit is contained in:
Paul Licameli
2019-01-25 15:53:09 -05:00
parent 485a9bbb58
commit 71adb89342
6 changed files with 7 additions and 37 deletions

View File

@@ -473,12 +473,6 @@ public:
void TP_DisplaySelection() override;
void TP_DisplayStatusMessage(const wxString &msg) override;
ToolsToolBar * TP_GetToolsToolBar() override;
void TP_PushState(const wxString &longDesc, const wxString &shortDesc,
UndoPush flags) override;
void TP_ModifyState(bool bWantsAutoSave) override; // if true, writes auto-save file. Should set only if you really want the state change restored after
// a crash, as it can take many seconds for large (eg. 10 track-hours) projects
void TP_RedrawScrollbars() override;
void TP_ScrollLeft() override;
void TP_ScrollRight() override;