mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix unused variable warning.
Consistently name canvas colours (was very messy and user exposed). git-svn-id: svn://localhost/ardour2/trunk@2713 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
118816dfe3
commit
2a391a677d
3 changed files with 105 additions and 105 deletions
|
|
@ -1101,7 +1101,7 @@ Editor::edit_cursor_backward ()
|
|||
void
|
||||
Editor::edit_cursor_forward ()
|
||||
{
|
||||
nframes_t pos;
|
||||
//nframes_t pos;
|
||||
nframes_t cnt;
|
||||
bool was_floating;
|
||||
float prefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue