Revert "[Tizen] Create ProjectionDirection property at CameraActor"
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 4 Oct 2022 09:35:47 +0000 (18:35 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 4 Oct 2022 09:35:47 +0000 (18:35 +0900)
This reverts commit 52612f1f2ee87e2f951552a890ab965063549ac7.

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

index d51b776..2cb7e03 100755 (executable)
@@ -354,7 +354,6 @@ void SWIG_CSharpException(int code, const char *msg) {
 #include <dali-toolkit/dali-toolkit.h>
 
 #include <dali/devel-api/actors/actor-devel.h>
-#include <dali/devel-api/actors/camera-actor-devel.h>
 #include <dali/devel-api/animation/key-frames-devel.h>
 #include <dali/devel-api/common/stage-devel.h>
 #include <dali/devel-api/events/key-event-devel.h>
@@ -29350,16 +29349,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_CameraActor_Property_INVERT_Y_AXIS_get()
 }
 
 
-SWIGEXPORT int SWIGSTDCALL CSharp_Dali_CameraActor_Property_PROJECTION_DIRECTION_get() {
-  int jresult ;
-  int result;
-
-  result = (int)Dali::DevelCameraActor::Property::PROJECTION_DIRECTION;
-  jresult = (int)result;
-  return jresult;
-}
-
-
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_CameraActor_Property() {
   void * jresult ;
   Dali::CameraActor::Property *result = 0 ;