Remove unused function Graphics::drawentcolours()

This function was marked as unused by cppcheck.
This commit is contained in:
Misa
2021-01-02 00:19:51 -08:00
committed by Ethan Lee
parent 6261fa51e9
commit 9b3bf69491
2 changed files with 0 additions and 12 deletions

View File

@@ -163,7 +163,6 @@ public:
void drawbackground(int t);
void updatebackground(int t);
void drawtile3( int x, int y, int t, int off, int height_subtract = 0 );
void drawentcolours( int x, int y, int t);
void drawtile2( int x, int y, int t );
void drawtile( int x, int y, int t );
void drawtowertile( int x, int y, int t );