mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove getLevelDirFileNames() from editorclass
As far as I can tell, this function has never been implemented, and only existed in this header file. FILESYSTEM_getLevelDirFileNames() already exists (well, used to exist; it's been changed and renamed to FILESYSTEM_enumerateLevelDirFileNames()), so I'm removing this now.
This commit is contained in:
@@ -214,7 +214,6 @@ class editorclass{
|
|||||||
//Colouring stuff
|
//Colouring stuff
|
||||||
int getwarpbackground(int rx, int ry);
|
int getwarpbackground(int rx, int ry);
|
||||||
|
|
||||||
std::vector<std::string> getLevelDirFileNames( );
|
|
||||||
static const int maxwidth = 20, maxheight = 20; //Special; the physical max the engine allows
|
static const int maxwidth = 20, maxheight = 20; //Special; the physical max the engine allows
|
||||||
static const int numrooms = maxwidth * maxheight;
|
static const int numrooms = maxwidth * maxheight;
|
||||||
int contents[40 * 30 * numrooms];
|
int contents[40 * 30 * numrooms];
|
||||||
|
|||||||
Reference in New Issue
Block a user