Remove unused MAX_SLICES constant

This commit is contained in:
Gideon Serfontein 2025-10-02 17:47:20 +02:00
parent fcb4671775
commit 00c98a50ef

View File

@ -31,7 +31,6 @@ int main(void)
//--------------------------------------------------------------------------------------
const int screenWidth = 800;
const int screenHeight = 450;
const int MAX_SLICES = 10;
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - interactive pie chart");