summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorTodd Naugle <toddn@harrisonconsoles.com>2020-02-24 12:49:08 -0600
committerTodd Naugle <toddn@harrisonconsoles.com>2020-02-24 13:16:32 -0600
commitceea3e3311bccaa9cd8c30968d25c61ffcda30c7 (patch)
treeaf8bc8c0ceba95895e53874b19d637e097bd6668 /libs/ardour/region.cc
parente8e869c593036484423b63d7b68cf178c914090a (diff)
NOP: No need to set this variable to itself.
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc1
1 files changed, 0 insertions, 1 deletions
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;
}