Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Don't call @_setCurrentSegment when it's not needed #622

Closed saebekassebil closed 10 years ago

saebekassebil commented 10 years ago

We don't need to call @_setCurrentSegment when calling either @navigate or @seekSegmentOffset, since @seekSegmentOffset already call this method for us.

This change is just cleanup - it shouldn't have any effect on the behaviour of the code what-so-ever.