[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / EncodedBufferImage.cs
index 8aaf9f7..c44dda2 100755 (executable)
@@ -17,7 +17,6 @@
 
 namespace Tizen.NUI
 {
-
     internal class EncodedBufferImage : Image
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -39,14 +38,6 @@ namespace Tizen.NUI
                 return;
             }
 
-            if (type == DisposeTypes.Explicit)
-            {
-                //Called by User
-                //Release your own managed resources here.
-                //You should release all of your own disposable objects here.
-
-            }
-
             //Release your own unmanaged resources here.
             //You should not access any managed member here except static instance.
             //because the execution order of Finalizes is non-deterministic.
@@ -97,7 +88,5 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
-
     }
-
 }