[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / WatchApplication.cs
index ed884af..6019117 100755 (executable)
@@ -17,6 +17,7 @@
  
 using System;
 using System.Runtime.InteropServices;
+
 namespace Tizen.NUI
 {
     internal class WatchApplication : Application
@@ -40,14 +41,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.
@@ -373,7 +366,5 @@ namespace Tizen.NUI
         }
 
         private static WatchApplication _instance; //singleton
-
     }
-
 }