[NUI] Add license, delete unnecessary code (#2679)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Common / ObjectDestroyedSignal.cs
index 2c9f1dd..1d80773 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class ObjectDestroyedSignal : Disposable
     {
-
         internal ObjectDestroyedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ObjectDestroyedSignal.DeleteObjectDestroyedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ObjectDestroyedSignal.Empty(SwigCPtr);