mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 16:11:14 +02:00
Remove unused TrackPanel::MakeParentModifyState
This commit is contained in:
parent
cea658d9eb
commit
047fa18afd
@ -516,11 +516,6 @@ void TrackPanel::OnPaint(wxPaintEvent & /* event */)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void TrackPanel::MakeParentModifyState(bool bWantsAutoSave)
|
|
||||||
{
|
|
||||||
ProjectHistory::Get( *GetProject() ).ModifyState(bWantsAutoSave);
|
|
||||||
}
|
|
||||||
|
|
||||||
void TrackPanel::MakeParentRedrawScrollbars()
|
void TrackPanel::MakeParentRedrawScrollbars()
|
||||||
{
|
{
|
||||||
mListener->TP_RedrawScrollbars();
|
mListener->TP_RedrawScrollbars();
|
||||||
|
@ -145,9 +145,6 @@ public:
|
|||||||
wxRect FindTrackRect( const Track * target );
|
wxRect FindTrackRect( const Track * target );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void MakeParentModifyState(bool bWantsAutoSave); // 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
|
|
||||||
|
|
||||||
// Get the root object defining a recursive subdivision of the panel's
|
// Get the root object defining a recursive subdivision of the panel's
|
||||||
// area into cells
|
// area into cells
|
||||||
std::shared_ptr<TrackPanelNode> Root() override;
|
std::shared_ptr<TrackPanelNode> Root() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user