13
0

NOP: No need to set this variable to itself.

This commit is contained in:
Todd Naugle 2020-02-24 12:49:08 -06:00
parent e8e869c593
commit ceea3e3311

View File

@ -584,7 +584,6 @@ Region::special_set_position (samplepos_t pos)
* a way to store its "natural" or "captured" position.
*/
_position = _position;
_position = pos;
}