[NUI] Removed unused getCPtr apis (#1125)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / SWIGTYPE_p_Dali__Internal__TypeRegistry.cs
index d27bcac..3e0f272 100755 (executable)
@@ -8,22 +8,20 @@
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {
+namespace Tizen.NUI
+{
+    internal class SWIGTYPE_p_Dali__Internal__TypeRegistry
+    {
+        private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
-    internal class SWIGTYPE_p_Dali__Internal__TypeRegistry {
-  private global::System.Runtime.InteropServices.HandleRef swigCPtr;
-
-  internal SWIGTYPE_p_Dali__Internal__TypeRegistry(global::System.IntPtr cPtr, bool futureUse) {
-    swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
-  }
-
-  protected SWIGTYPE_p_Dali__Internal__TypeRegistry() {
-    swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
-  }
-
-  internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__Internal__TypeRegistry obj) {
-    return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
-  }
-}
+        internal SWIGTYPE_p_Dali__Internal__TypeRegistry(global::System.IntPtr cPtr, bool futureUse)
+        {
+            swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
+        }
 
+        protected SWIGTYPE_p_Dali__Internal__TypeRegistry()
+        {
+            swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
+        }
+    }
 }