mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 22:45:29 +01:00
Remove unused TrackPanel::MakeParentModifyState
This commit is contained in:
@@ -516,11 +516,6 @@ void TrackPanel::OnPaint(wxPaintEvent & /* event */)
|
||||
#endif
|
||||
}
|
||||
|
||||
void TrackPanel::MakeParentModifyState(bool bWantsAutoSave)
|
||||
{
|
||||
ProjectHistory::Get( *GetProject() ).ModifyState(bWantsAutoSave);
|
||||
}
|
||||
|
||||
void TrackPanel::MakeParentRedrawScrollbars()
|
||||
{
|
||||
mListener->TP_RedrawScrollbars();
|
||||
|
||||
Reference in New Issue
Block a user