From c8832807d62e8301b5ff63151ad4c0534c463152 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 31 Jan 2023 18:58:40 -0500 Subject: LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103 --- Tests/LibGfx/BenchmarkGfxPainter.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Tests') diff --git a/Tests/LibGfx/BenchmarkGfxPainter.cpp b/Tests/LibGfx/BenchmarkGfxPainter.cpp index 18c0deadc6..7117727ec8 100644 --- a/Tests/LibGfx/BenchmarkGfxPainter.cpp +++ b/Tests/LibGfx/BenchmarkGfxPainter.cpp @@ -11,15 +11,6 @@ #include #include -// Make sure that no matter what order tests are run in, we've got some -// default fonts for the application to use without talking to WindowServer -static struct FontDatabaseSpoofer { - FontDatabaseSpoofer() - { - Gfx::FontDatabase::the().set_default_font_query("Katica 10 400 0"sv); - } -} g_spoof; - BENCHMARK_CASE(diagonal_lines) { int const run_count = 50; -- cgit v1.2.3