From: Adeel Kazmi Date: Wed, 5 Aug 2020 11:07:44 +0000 (+0100) Subject: Remove unused loading state header X-Git-Tag: dali_1.9.24~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb9e8d393d9a81ec84b8ccda33763ea95faba95b;p=platform%2Fcore%2Fuifw%2Fdali-core.git Remove unused loading state header Change-Id: Ib9ceeeff9c2dcbc0ae6bd8e9ffa424f3d37e4911 --- diff --git a/dali/public-api/common/loading-state.h b/dali/public-api/common/loading-state.h deleted file mode 100644 index 0ea3e07..0000000 --- a/dali/public-api/common/loading-state.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef DALI_LOADING_STATE_H -#define DALI_LOADING_STATE_H - -/* - * Copyright (c) 2019 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. - * - */ - -// INTERNAL INCLUDES -#include - -namespace Dali -{ -/** - * @addtogroup dali_core_common - * @{ - */ - -/** - * @brief Enumeration for the status during resource loading operations. - * @SINCE_1_0.0 - */ -enum LoadingState -{ - ResourceLoading, ///< The resource is loading @SINCE_1_0.0 - ResourceLoadingSucceeded, ///< The resource loaded successfully @SINCE_1_0.0 - ResourceLoadingFailed ///< The resource failed to load @SINCE_1_0.0 -}; - -/** - * @} - */ -} // namespace Dali - -#endif // DALI_LOADING_STATE_H diff --git a/dali/public-api/dali-core.h b/dali/public-api/dali-core.h index 172f71e..f9ee620 100644 --- a/dali/public-api/dali-core.h +++ b/dali/public-api/dali-core.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include diff --git a/dali/public-api/file.list b/dali/public-api/file.list index 464b8fe..5aff7d8 100644 --- a/dali/public-api/file.list +++ b/dali/public-api/file.list @@ -123,7 +123,6 @@ SET( public_api_core_common_header_files ${public_api_src_dir}/common/dali-vector.h ${public_api_src_dir}/common/extents.h ${public_api_src_dir}/common/intrusive-ptr.h - ${public_api_src_dir}/common/loading-state.h ${public_api_src_dir}/common/type-traits.h ${public_api_src_dir}/common/list-wrapper.h ${public_api_src_dir}/common/vector-wrapper.h