Remove MoveCrosshairRelative function and convert old usage to FitCrosshairIntoGrid()
commit6c0c66cb74a06560bb584c3538800f9a38e8fc4c
authorPeter Clifton <peter@clifton-electronics.co.uk>
Fri, 16 May 2014 19:47:13 +0000 (16 20:47 +0100)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Fri, 16 May 2014 19:47:13 +0000 (16 20:47 +0100)
treed1dd5f63a976d72585be5906354cbb110982e60d
parent31e10574516c1b9e3b672336f97cd872f785131c
Remove MoveCrosshairRelative function and convert old usage to FitCrosshairIntoGrid()

The two places this function was used passed (0, 0) as the position delta, and intend
only to force a re-calculation of the grid-snap.

Make the intent more clear by calling FitCrosshairIntoGrid() directly.
src/crosshair.c
src/crosshair.h
src/set.c