mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-31 22:13:37 +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:
@@ -89,7 +89,6 @@ class Game
|
||||
{
|
||||
public:
|
||||
void init(void);
|
||||
~Game(void);
|
||||
|
||||
|
||||
int crewrescued();
|
||||
|
||||
Reference in New Issue
Block a user