On Mon, Feb 9, 2015 at 8:29 PM, Peter Hutterer wrote:
> This constant isn't used in the public API, let's drop it. To make it easier
> to use it internally and avoid accidental boolean comparisions with axes, bump
> all real axes up to start at 1.
>
> Internally that means we drop the AXIS_CNT sin
This constant isn't used in the public API, let's drop it. To make it easier
to use it internally and avoid accidental boolean comparisions with axes, bump
all real axes up to start at 1.
Internally that means we drop the AXIS_CNT since it'd be misleading and
instead use MAX or MAX + 1 everywhere.