Revert "[Tizen] Support custom fonts registration"
[platform/core/uifw/dali-adaptor.git] / dali / internal / text / text-abstraction / font-client-impl.cpp
index 6c71899..6e081af 100644 (file)
@@ -37,7 +37,7 @@ namespace Internal
 {
 
 FontClient::FontClient()
-: mPlugin( NULL ),
+: mPlugin( nullptr ),
   mDpiHorizontal( 0 ),
   mDpiVertical( 0 )
 {
@@ -281,13 +281,6 @@ bool FontClient::IsColorGlyph( FontId fontId, GlyphIndex glyphIndex )
   return mPlugin->IsColorGlyph( fontId, glyphIndex );
 }
 
-bool FontClient::AddCustomFontDirectory( const FontPath& path )
-{
-  CreatePlugin();
-
-  return mPlugin->AddCustomFontDirectory( path );
-}
-
 void FontClient::CreatePlugin()
 {
   if( !mPlugin )