From d638a6092bd6291c983490ba3f966162c7ca06c2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 31 Oct 2020 09:46:32 +0100 Subject: Load fonts on demand --- include/QuickMedia.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index b9ec2d9..821a427 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -104,9 +104,6 @@ namespace QuickMedia { Matrix *matrix = nullptr; int monitor_hz; sf::Vector2f window_size; - std::unique_ptr font; - std::unique_ptr bold_font; - std::unique_ptr cjk_font; const char *plugin_name = nullptr; sf::Texture plugin_logo; sf::Texture loading_icon; -- cgit v1.2.3