Removed the no-argument variant of Text:set() in favour of Text:clear(). Resolves issue #1126.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-08-20 09:17:14 -03:00
parent 22056271ec
commit daf13de4eb
3 changed files with 2 additions and 13 deletions
-1
View File
@@ -43,7 +43,6 @@ public:
void set(const std::vector<Font::ColoredString> &text);
void set(const std::vector<Font::ColoredString> &text, float wrap, Font::AlignMode align);
void set();
int add(const std::vector<Font::ColoredString> &text, float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);
int addf(const std::vector<Font::ColoredString> &text, float wrap, Font::AlignMode align, float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);