Remove the unused-variable gLogFilter in internal/text/text-font-style.cpp 70/146270/3
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 25 Aug 2017 13:09:14 +0000 (22:09 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Sun, 27 Aug 2017 06:45:59 +0000 (06:45 +0000)
It causes a build error on Ubuntu 16.04.

Change-Id: Icc8e374c6d3617993b909815c8d118273eb5bbf9
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
dali-toolkit/internal/text/text-font-style.cpp

index 8978beb..927f277 100644 (file)
@@ -45,10 +45,6 @@ const std::string TYPE_KEY( "type" );
 
 const std::string SYSTEM_TOKEN( "system" );
 
-#if defined(DEBUG_ENABLED)
-Debug::Filter* gLogFilter = Debug::Filter::New(Debug::Concise, true, "LOG_TEXT_CONTROLS");
-#endif
-
 } // namespace
 
 void SetFontFamilyProperty( ControllerPtr controller, const Property::Value& value )