mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
remove NUTEMPO warning
This commit is contained in:
parent
b39a771655
commit
7e6f0ea2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ Editor::mouse_add_new_marker (timepos_t where, bool is_cd)
|
|||
if (!choose_new_marker_name(markername)) {
|
||||
return;
|
||||
}
|
||||
#warning NUTEMPO how do we make the position be in musical time from a mouse event?
|
||||
|
||||
Location *location = new Location (*_session, timepos_t (where), timepos_t (where), markername, (Location::Flags) flags);
|
||||
begin_reversible_command (_("add marker"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue