rm non-existing-font

This commit is contained in:
Kueffner, Maximilian
2025-03-13 16:29:29 +01:00
parent b9955077d6
commit 4dbf4f8716
2 changed files with 1 additions and 11 deletions
+1 -5
View File
@@ -76,11 +76,7 @@ ui::AppGLFW::AppGLFW()
// Setup Dear ImGui style
ImGui::StyleColorsDark();
#ifdef __linux__
dejavu_serif = io.Fonts->AddFontFromFileTTF(
"/usr/share/fonts/dejavu-serif-fonts/DejaVuSerif.ttf", 26.0);
IM_ASSERT(dejavu_serif != nullptr);
#endif
ImGuiStyle& style = ImGui::GetStyle();
if (io.ConfigFlags & ImGuiConfigFlags_ViewportsEnable)