mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
tempo ruler: remove unused _name_flag for tempo markers
This commit is contained in:
parent
1ce0641172
commit
5a19a4fb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Item& parent, guint3
|
||||||
group->name = string_compose ("Marker::group for %1", annotation);
|
group->name = string_compose ("Marker::group for %1", annotation);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((type != RegionCue) && (type != Meter)) {
|
if ((type != RegionCue) && (type != Meter) && (type != Tempo)) {
|
||||||
_name_flag = new ArdourCanvas::Rectangle (group);
|
_name_flag = new ArdourCanvas::Rectangle (group);
|
||||||
#ifdef CANVAS_DEBUG
|
#ifdef CANVAS_DEBUG
|
||||||
_name_flag->name = string_compose ("Marker::_name_flag for %1", annotation);
|
_name_flag->name = string_compose ("Marker::_name_flag for %1", annotation);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue