1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 07:28:30 +02:00

Remove now-unused class Stage

Since I removed the useless variables 'stage' and 'swfStage' earlier,
now this class is unused. So I'm removing it, too.
This commit is contained in:
Misa 2020-04-01 16:04:21 -07:00 committed by Ethan Lee
parent 16df287c90
commit 297f1b6e3a

View File

@ -8,12 +8,6 @@
#include "Map.h"
#include "Script.h"
class Stage
{
public:
int frameRate;
};
extern int temp;
void titlerender();