From d09b09bff620340464f2226e672c986dd85f085d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 May 2017 02:51:19 +0300 Subject: Dont report error about loading font if virtfs load failed. --- src/gui/fonts/font.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui') diff --git a/src/gui/fonts/font.cpp b/src/gui/fonts/font.cpp index 173a188c2..fc752c2eb 100644 --- a/src/gui/fonts/font.cpp +++ b/src/gui/fonts/font.cpp @@ -198,11 +198,6 @@ TTF_Font *Font::openFont(const char *const name, name); return TTF_OpenFontIndexRW(rw, 1, size, 0); } - else - { - reportAlways("Error: Loading virtfs font file: %s", - name); - } #endif const std::string path = VirtFs::getPath(name); if (Files::existsLocal(path) == false) -- cgit v1.2.3-60-g2f50