From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Fri, 11 Oct 2019 02:22:13 +0000 (+0900) Subject: [NUI] Removing PropertyBuffer.SetData()'s obsolete attribute before adding new replac... X-Git-Tag: submit/tizen/20191011.113113~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559ae87bd6c735d9d2470fe56fea253db1f2e71e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Removing PropertyBuffer.SetData()'s obsolete attribute before adding new replacing API (#1065) --- diff --git a/src/Tizen.NUI/src/public/PropertyBuffer.cs b/src/Tizen.NUI/src/public/PropertyBuffer.cs index 09a161ca9..6b23c5a7a 100755 --- a/src/Tizen.NUI/src/public/PropertyBuffer.cs +++ b/src/Tizen.NUI/src/public/PropertyBuffer.cs @@ -54,9 +54,6 @@ namespace Tizen.NUI /// A pointer to the data that will be copied to the buffer. /// Number of elements to expand or contract the buffer. /// 3 - [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) {