aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-17 14:03:21 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-17 14:03:21 +0200
commit395aaef9ba9e7305fe2c5e4ffb8a87e9ae6cdcd9 (patch)
tree12c82ab577128b8ae4f45e1fb05f99ba79021dfd /include/Text.hpp
parent0058d8045137fa2c2c07ddc56458840b0e663c14 (diff)
Properly sort rooms (sort read rooms too)
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 72fdd66..26ac141 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -66,7 +66,6 @@ namespace QuickMedia
class Text
{
public:
- Text(bool bold_font);
Text(sf::String str, bool bold_font, unsigned int characterSize, float maxWidth, bool highlight_urls = false);
void setString(const sf::String &str);