Emscripten workarounds and llvm syntax fixes
[platform/core/uifw/dali-core.git] / dali / internal / event / text / font-metrics.h
index e57b0b6..65762c7 100644 (file)
@@ -317,7 +317,6 @@ private:
   unsigned int          mFontCount;             ///< How many font objects are using this font, used to know when it should be deleted from font factory
   bool                  mMetricsLoaded;         ///< Whether the metrics cache has been loaded
   Integration::PlatformAbstraction& mPlatform;  ///< platform abstraction
-  ResourceClient&       mResourceClient;        ///< resource client
 };
 
 } // namespace Internal