Remove SK_ADDING_src_ports_SkFontConfigInterface_cpp

This flag is no longer defined anywhere, so remove it and the code it
was guarding.

TBR=reed
This is just removing dead transitional code.

Review-Url: https://codereview.chromium.org/2352163002
This commit is contained in:
bungeman 2016-09-20 15:46:36 -07:00 committed by Commit bot
parent bef51c23c3
commit 4d450d24f5

View File

@ -9,11 +9,6 @@
#include "SkFontMgr.h"
#include "SkFontMgr_FontConfigInterface.h"
#ifdef SK_ADDING_src_ports_SkFontConfigInterface_cpp
// The code previously here is moving to SkFontConfigInterface.cpp
#include "SkFontConfigInterface.cpp"
#endif
SkFontMgr* SkFontMgr::Factory() {
sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal());
if (!fci) {