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:
Misa
2020-11-02 12:16:36 -08:00
committed by Ethan Lee
parent 9a9f3f57d5
commit 06103cc4ca
2 changed files with 0 additions and 7 deletions

View File

@@ -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);