mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove unnecessary 2nd argument from Session::request_locate() calls (default value is identical)
This commit is contained in:
parent
c7c5379fac
commit
ac53a9bbf8
8 changed files with 15 additions and 15 deletions
|
|
@ -437,7 +437,7 @@ EditorSummary::on_key_press_event (GdkEventKey* key)
|
|||
if (key->keyval == set_playhead_accel.accel_key && (int) key->state == set_playhead_accel.accel_mods) {
|
||||
if (_session) {
|
||||
get_pointer (x, y);
|
||||
_session->request_locate (_start + (samplepos_t) x / _x_scale, RollIfAppropriate);
|
||||
_session->request_locate (_start + (samplepos_t) x / _x_scale);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue