[4.0] Fix ubuntu build error 95/170895/2
authorminho.sun <minho.sun@samsung.com>
Fri, 23 Feb 2018 04:26:19 +0000 (13:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 5 Mar 2018 08:40:36 +0000 (08:40 +0000)
Fix ubuntu build error

Change-Id: Ie49643dd1ded9b77176aa138778d42f6fba51e26
Signed-off-by: minho.sun <minho.sun@samsung.com>
text/dali/internal/text-abstraction/font-client-plugin-impl.cpp

index 5020d28..c023044 100644 (file)
@@ -273,14 +273,6 @@ void FontClient::Plugin::ClearCache()
   mFontIdCache.clear();
   mFallbackCache.clear();
 
-#ifdef ENABLE_VECTOR_BASED_TEXT_RENDERING
-  if(mVectorFontCache)
-  {
-    mVectorFontCache.clear();
-    mVectorFontCache = NULL;
-  }
-#endif
-
   mEllipsisCache.Clear();
   mSystemFonts.clear();
   mDefaultFonts.clear();