From 681eedd9a33287ec03020003ad38d0ec18e5fbd8 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Thu, 12 Oct 2017 15:05:04 +0900 Subject: [PATCH] [4.0] fix build error for 60 ver. integration Change-Id: I167a57c0b74fc3023a40b2cbd820b2b37c0ad205 Signed-off-by: dongsug.song --- Tizen.NUI/src/public/BaseComponents/TextLabel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tizen.NUI/src/public/BaseComponents/TextLabel.cs b/Tizen.NUI/src/public/BaseComponents/TextLabel.cs index 5bbe44d..6523b0e 100755 --- a/Tizen.NUI/src/public/BaseComponents/TextLabel.cs +++ b/Tizen.NUI/src/public/BaseComponents/TextLabel.cs @@ -106,7 +106,6 @@ namespace Tizen.NUI.BaseComponents internal static readonly int AUTO_SCROLL_LOOP_DELAY = NDalicManualPINVOKE.TextLabel_Property_AUTO_SCROLL_LOOP_DELAY_get(); internal static readonly int LINE_COUNT = NDalicManualPINVOKE.TextLabel_Property_LINE_COUNT_get(); internal static readonly int LINE_WRAP_MODE = NDalicManualPINVOKE.TextLabel_Property_LINE_WRAP_MODE_get(); - internal static readonly int TEXT_COLOR_ANIMATABLE = NDalicPINVOKE.TextLabel_Property_TEXT_COLOR_ANIMATABLE_get(); } -- 2.7.4