Revert "[Tizen] Add error check code when ResizeSignal_Disconnect is called"
authordongsug.song <dongsug.song@samsung.com>
Mon, 22 Nov 2021 08:09:15 +0000 (17:09 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 22 Nov 2021 08:09:15 +0000 (17:09 +0900)
This reverts commit 679e7c34bb00f7595e4153b968550e59c5de9c3b.

dali-csharp-binder/src/window-wrap.cpp

index 0a53ed3..cbf8eb5 100644 (file)
@@ -2136,12 +2136,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_ResizeSignal_Disconnect(void * jarg1, vo
 
   arg1 = (Dali::Signal< void (Dali::Window, Dali::Window::WindowSize) > *)jarg1;
   arg2 = (void (*)(Dali::Window, Dali::Window::WindowSize))jarg2;
-
-  if (arg1 == nullptr || arg2 == nullptr) {
-    DALI_LOG_ERROR("[ERR] arg1 == %p or arg2 == %p \n",arg1,arg2);
-    return;
-  }
-
   {
     try {
       Dali_Signal_Sl_void_Sp_Dali_Window_WindowSize_SP__Sg__Disconnect(arg1,arg2);