[NUI] Removing PropertyBuffer.SetData()'s obsolete attribute before adding new replac...
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 11 Oct 2019 02:22:13 +0000 (11:22 +0900)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 02:22:13 +0000 (11:22 +0900)
src/Tizen.NUI/src/public/PropertyBuffer.cs

index 09a161c..6b23c5a 100755 (executable)
@@ -54,9 +54,6 @@ namespace Tizen.NUI
         /// <param name="data">A pointer to the data that will be copied to the buffer.</param>
         /// <param name="size">Number of elements to expand or contract the buffer.</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
-            "Please use PropertyBuffer(PropertyMap bufferFormat) constructor instead!" +
-            "IntPtr(native integer pointer) is supposed to be not used in Application!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void SetData(System.IntPtr data, uint size)
         {