From be11ca97a8cc6e0b351ecc4112fa62c618f8fe3f Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Fri, 25 Aug 2017 22:09:14 +0900 Subject: [PATCH] Remove the unused-variable gLogFilter in internal/text/text-font-style.cpp It causes a build error on Ubuntu 16.04. Change-Id: Icc8e374c6d3617993b909815c8d118273eb5bbf9 Signed-off-by: Mu-Woong Lee --- dali-toolkit/internal/text/text-font-style.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dali-toolkit/internal/text/text-font-style.cpp b/dali-toolkit/internal/text/text-font-style.cpp index 8978beb..927f277 100644 --- a/dali-toolkit/internal/text/text-font-style.cpp +++ b/dali-toolkit/internal/text/text-font-style.cpp @@ -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 ) -- 2.7.4