rnystrom / RNGridMenu

A grid menu with elastic layout, depth of field, and realistic animation.
MIT License
1.28k stars 192 forks source link

Removed warning of unused variable (offset) #24

Open coryalder opened 10 years ago

coryalder commented 10 years ago

RNGridMenu's method -(void)layoutAsGrid had an unused variable (NSInteger offset = 0) that was not used in the method. This causes a warning under many configurations.