H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Remove unused `Game.GUI` commands and `plTextGenerator` #1349

Closed dgelessus closed 1 year ago

dgelessus commented 1 year ago

The Game.GUI commands are the last users of some almost unused code, namely plTextGenerator (which seems to do more or less the same thing as plTextFont) and most of pfGUICtrlGenerator.

As far as I can tell, these commands were only meant for testing/prototyping and aren't actively used anywhere. Removing them would allow dropping this otherwise dead code.

If somebody uses these commands in their testing setup or something, they could probably be ported to plTextFont instead, so that plTextGenerator can still be removed. But if nobody cares about them, it's easier to just remove it all.