mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Code cleanup: remove unnecessary `print' routines
This commit is contained in:
@@ -65,11 +65,6 @@ namespace opengl
|
||||
return height / lineHeight;
|
||||
}
|
||||
|
||||
void Font::print(std::string text, float x, float y) const
|
||||
{
|
||||
print(text, x, y, 0.0f, 1.0f, 1.0f);
|
||||
}
|
||||
|
||||
void Font::print(std::string text, float x, float y, float angle, float sx, float sy) const
|
||||
{
|
||||
float dx = 0.0f; // spacing counter for newline handling
|
||||
|
||||
Reference in New Issue
Block a user