From ceea3e3311bccaa9cd8c30968d25c61ffcda30c7 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Mon, 24 Feb 2020 12:49:08 -0600 Subject: [PATCH] NOP: No need to set this variable to itself. --- libs/ardour/region.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 026183addd..8725bf8343 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -584,7 +584,6 @@ Region::special_set_position (samplepos_t pos) * a way to store its "natural" or "captured" position. */ - _position = _position; _position = pos; }