mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4
This commit is contained in:
parent
bea3f3fc46
commit
c8832807d6
2 changed files with 0 additions and 10 deletions
|
@ -11,15 +11,6 @@
|
||||||
#include <LibGfx/Painter.h>
|
#include <LibGfx/Painter.h>
|
||||||
#include <stdio.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)
|
BENCHMARK_CASE(diagonal_lines)
|
||||||
{
|
{
|
||||||
int const run_count = 50;
|
int const run_count = 50;
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "Bitmap.h"
|
#include "Bitmap.h"
|
||||||
#include "Font/Emoji.h"
|
#include "Font/Emoji.h"
|
||||||
#include "Font/Font.h"
|
#include "Font/Font.h"
|
||||||
#include "Font/FontDatabase.h"
|
|
||||||
#include "Gamma.h"
|
#include "Gamma.h"
|
||||||
#include <AK/Assertions.h>
|
#include <AK/Assertions.h>
|
||||||
#include <AK/Debug.h>
|
#include <AK/Debug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue