From d961d5479e0246f217883b57bbfdd736610b642e Mon Sep 17 00:00:00 2001 From: David Marcec Date: Sun, 22 Sep 2019 17:47:25 +1000 Subject: Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. --- .../file_sys/system_archive/data/font_chinese_traditional.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/core/file_sys/system_archive/data/font_chinese_traditional.h (limited to 'src/core/file_sys/system_archive/data/font_chinese_traditional.h') diff --git a/src/core/file_sys/system_archive/data/font_chinese_traditional.h b/src/core/file_sys/system_archive/data/font_chinese_traditional.h deleted file mode 100644 index b16c8e550..000000000 --- a/src/core/file_sys/system_archive/data/font_chinese_traditional.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 - -namespace FileSys::SystemArchive::SharedFontData { - -extern const std::array FONT_CHINESE_TRADITIONAL; - -} // namespace FileSys::SystemArchive::SharedFontData -- cgit v1.2.3