raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.36k stars 289 forks source link

Remove unused params #344

Closed tobyhinloopen closed 11 months ago

tobyhinloopen commented 11 months ago

My compiler was screaming at me for unused params. I could either disable the warning, or I could remove the unused params.

Obviously these are breaking changes.

raysan5 commented 11 months ago

@tobyhinloopen this change is breaking the API and the functions consistency. No plans to change that.