diff options
Diffstat (limited to 'Tests/LibGfx/BenchmarkGfxPainter.cpp')
-rw-r--r-- | Tests/LibGfx/BenchmarkGfxPainter.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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 <LibGfx/Painter.h> #include <stdio.h> -// 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; |