pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
101 stars 20 forks source link

Remove all unused variables in gpe-engine folder #146

Open nhurde opened 6 months ago

nhurde commented 6 months ago

Some variables were left due to copy-pasta from one class to another.

Some variables were left due to meaning to implement a new way to handle data and/or the function, but was not needed and forgotten about.

There are about 150+ times these warning pops up and it should not affect build as these variables are not used or references via pointers.

This can wait until Summer 2024 and after 1.6X LTS is released.