Completely remove Graphics::len

I migrated all graphics.len calls over to font::len (and also migrated
prints mainly surrounding those graphics.len's) so the old len function
is now completely removed.
This commit is contained in:
Dav999-v
2023-01-17 04:41:12 +01:00
committed by Misa Elizabeth Kai
parent a706fb249a
commit da6be09993
3 changed files with 112 additions and 118 deletions

View File

@@ -212,8 +212,6 @@ public:
void bprintalpha(int x, int y, const std::string& t, int r, int g, int b, int a, bool cen = false);
int len(const std::string& t);
void bigprint( int _x, int _y, const std::string& _s, int r, int g, int b, bool cen = false, int sc = 2 );
void bigbprint(int x, int y, const std::string& s, int r, int g, int b, bool cen = false, int sc = 2);
void drawspritesetcol(int x, int y, int t, int c);