From 395aaef9ba9e7305fe2c5e4ffb8a87e9ae6cdcd9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 17 Aug 2021 14:03:21 +0200 Subject: Properly sort rooms (sort read rooms too) --- include/Text.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Text.hpp') 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); -- cgit v1.2.3