mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
NO-OP: remove double semicolon
This commit is contained in:
parent
a3836cbd35
commit
21cb25263a
1 changed files with 1 additions and 1 deletions
|
|
@ -1191,7 +1191,7 @@ EditingContext::set_snap_mode (SnapMode mode)
|
|||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
snap_mode_actions[mode]->set_active (true);;
|
||||
snap_mode_actions[mode]->set_active (true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue