summaryrefslogtreecommitdiffstats
path: root/externals/open_source_archives/include/FontChineseTraditional.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 00:49:52 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-13 19:46:10 +0200
commitd6d6a87bde05bc7bed48446708bd19cf0498af8a (patch)
tree76f744dc9c0377b394f4e336c4da17cf0039893a /externals/open_source_archives/include/FontChineseTraditional.h
parentMerge pull request #2910 from FearlessTobi/port-4930 (diff)
downloadyuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.gz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.bz2
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.lz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.xz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.zst
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.zip
Diffstat (limited to '')
-rw-r--r--externals/open_source_archives/include/FontChineseTraditional.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/open_source_archives/include/FontChineseTraditional.h b/externals/open_source_archives/include/FontChineseTraditional.h
deleted file mode 100644
index cf4b55039..000000000
--- a/externals/open_source_archives/include/FontChineseTraditional.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include <array>
-
-extern const std::array<unsigned char, 222236> FontChineseTraditional;
-