mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove now-unused function mapclass::RGB()
This function was only used in assigments to mapclass::towercol. But that variable is unused, and has been removed, so after removing that variable, this one is unused, too.
This commit is contained in:
@@ -22,8 +22,6 @@ class mapclass
|
||||
public:
|
||||
mapclass();
|
||||
|
||||
int RGB(int red,int green,int blue);
|
||||
|
||||
int intpol(int a, int b, float c);
|
||||
|
||||
void setteleporter(int x, int y);
|
||||
|
||||
Reference in New Issue
Block a user