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