Removed unused variable

This commit is contained in:
Gideon Serfontein 2025-10-16 09:38:05 +02:00
parent 242beefa2c
commit d783cbf67f

View File

@ -52,8 +52,6 @@ int main(void)
Vector2 scrollContentOffset = {0};
Rectangle view = {0};
int scrollbar_width = GuiGetStyle(SCROLLBAR, SCROLLBAR_WIDTH);
SetTargetFPS(60);
//--------------------------------------------------------------------------------------