mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove unused function editorclass::warpzoneedgetile()
This function was marked as unused by cppcheck.
This commit is contained in:
@@ -155,7 +155,6 @@ class editorclass{
|
||||
bool save(std::string& _path);
|
||||
void generatecustomminimap();
|
||||
int edgetile(int x, int y);
|
||||
int warpzoneedgetile(int x, int y);
|
||||
int outsideedgetile(int x, int y);
|
||||
|
||||
int backedgetile(int x, int y);
|
||||
|
||||
Reference in New Issue
Block a user