1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Removed some functions never called, code never reached, fields never used

This commit is contained in:
Paul Licameli
2015-05-29 00:13:50 -04:00
parent 28e9ed8c21
commit 6810095509
6 changed files with 0 additions and 33 deletions

View File

@@ -172,8 +172,6 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
virtual void SelectNone();
virtual void SetStop(bool bStopped);
virtual void Refresh(bool eraseBackground = true,
const wxRect *rect = (const wxRect *) NULL);
virtual void RefreshTrack(Track *trk, bool refreshbacking = true);