Removing GetDefaultFontDescription from Platform Abstraction Test 61/48761/1
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 28 Sep 2015 16:19:30 +0000 (17:19 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 28 Sep 2015 16:22:32 +0000 (17:22 +0100)
* Font client now provides this functionality and this API now removed from platform abstraction

Change-Id: I79546ebfe6cd51dab297bcfaf60c168a23793fa3
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.cpp
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.h

index a0a3589..d9ea25e 100644 (file)
@@ -150,14 +150,6 @@ bool TestPlatformAbstraction::IsLoading()
 }
 
 /**
- * @copydoc PlatformAbstraction::GetDefaultFontDescription()
- */
-void TestPlatformAbstraction::GetDefaultFontDescription( std::string& family, std::string& style ) const
-{
-  // TODO
-}
-
-/**
  * @copydoc PlatformAbstraction::GetDefaultFontSize()
  */
 int TestPlatformAbstraction::GetDefaultFontSize() const
index 673e1af..3502e70 100644 (file)
@@ -139,11 +139,6 @@ public:
   virtual bool IsLoading();
 
   /**
-   * @copydoc PlatformAbstraction::GetDefaultFontDescription()
-   */
-  virtual void GetDefaultFontDescription( std::string& family, std::string& style ) const;
-
-  /**
    * @copydoc PlatformAbstraction::GetDefaultFontSize()
    */
   virtual int GetDefaultFontSize() const;