mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove duplicate sync_mark member in AudioRegionView (decl'd in RegionView)
This commit is contained in:
parent
3bfcfe178d
commit
4ae5c04fd7
2 changed files with 0 additions and 3 deletions
|
|
@ -162,7 +162,6 @@ protected:
|
|||
|
||||
std::list<std::pair<samplepos_t, ArdourCanvas::Line*> > feature_lines;
|
||||
|
||||
ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position
|
||||
ArdourCanvas::Rectangle* fade_in_handle; ///< fade in handle, or 0
|
||||
ArdourCanvas::Rectangle* fade_out_handle; ///< fade out handle, or 0
|
||||
ArdourCanvas::Rectangle* fade_in_trim_handle; ///< fade in trim handle, or 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue