summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h b/src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h
deleted file mode 100644
index de8ac57ac..000000000
--- a/src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2019 yuzu emulator team
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include <array>
-
-namespace FileSys::SystemArchive::SharedFontData {
-
-extern const std::array<unsigned char, 293516> FONT_EXTENDED_CHINESE_SIMPLIFIED;
-
-} // namespace FileSys::SystemArchive::SharedFontData