mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
16df287c90
commit
297f1b6e3a
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue