mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Remove unnecessary stub destructors
It's a bit misleading to have these stub destructors when they don't do anything special.
This commit is contained in:
@@ -23,7 +23,6 @@ class Graphics
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
~Graphics();
|
||||
|
||||
GraphicsResources grphx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user