mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -8,12 +8,6 @@
|
||||
#include "Map.h"
|
||||
#include "Script.h"
|
||||
|
||||
class Stage
|
||||
{
|
||||
public:
|
||||
int frameRate;
|
||||
};
|
||||
|
||||
extern int temp;
|
||||
|
||||
void titlerender();
|
||||
|
||||
Reference in New Issue
Block a user