pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Remove unused variable #27

Closed Pharap closed 6 years ago

Pharap commented 6 years ago

When examining the button code I noticed there were two heldStates arrays and one was unused. Most likely this is either a remnant of old code or an oversight.

This PR removes the unused array.