From: Seungho, Baek Date: Wed, 1 Apr 2020 06:11:56 +0000 (+0900) Subject: Revert "[Tizen] Add UPDATE_SIZE_HINT property" X-Git-Tag: accepted/tizen/unified/20200403.034528~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5be9d5dfc97ee4a1f9102fb03dbbabec815565c9;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Add UPDATE_SIZE_HINT property" This reverts commit fad8a8ca559e95cd9175505c7323dd7a6c6ea068. --- diff --git a/dali-csharp-binder/file.list b/dali-csharp-binder/file.list index 87995ed..69a6fbb 100755 --- a/dali-csharp-binder/file.list +++ b/dali-csharp-binder/file.list @@ -38,7 +38,6 @@ dali_csharp_binder_tizen_src_files = \ ${dali_csharp_binder_dir}/src/widget_view_manager.cpp \ ${dali_csharp_binder_dir}/src/font-client.cpp \ ${dali_csharp_binder_dir}/src/transition-effects.cpp \ - ${dali_csharp_binder_dir}/src/actor-devel.cpp \ ${dali_csharp_binder_dir}/src/atspi.cpp # module: csharp-binder, backend: tizen-wearable diff --git a/dali-csharp-binder/src/actor-devel.cpp b/dali-csharp-binder/src/actor-devel.cpp deleted file mode 100755 index 7f49794..0000000 --- a/dali-csharp-binder/src/actor-devel.cpp +++ /dev/null @@ -1,40 +0,0 @@ -/** Copyright (c) 2017 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. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -*/ - -#ifndef CSHARP_ACTOR_DEVEL -#define CSHARP_ACTOR_DEVEL -#endif - -#include "common.h" -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif -SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_UPDATE_SIZE_HINT_get() { - int jresult ; - int result; - - result = (int)Dali::DevelActor::Property::UPDATE_SIZE_HINT; - jresult = (int)result; - return jresult; -} - -#ifdef __cplusplus -} -#endif -