summaryrefslogtreecommitdiff
path: root/SharedGraphics/Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'SharedGraphics/Font.h')
-rw-r--r--SharedGraphics/Font.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/SharedGraphics/Font.h b/SharedGraphics/Font.h
index 05d89739fb..c72152dc60 100644
--- a/SharedGraphics/Font.h
+++ b/SharedGraphics/Font.h
@@ -1,6 +1,6 @@
#pragma once
-#include "CharacterBitmap.h"
+#include <SharedGraphics/Rect.h>
#include <AK/Retainable.h>
#include <AK/RetainPtr.h>
#include <AK/AKString.h>
@@ -69,8 +69,6 @@ private:
unsigned* m_rows { nullptr };
void* m_mmap_ptr { nullptr };
- RetainPtr<CharacterBitmap> m_error_bitmap;
-
byte m_glyph_width { 0 };
byte m_glyph_height { 0 };
};