Remove unused loading state header 32/240332/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 5 Aug 2020 11:07:44 +0000 (12:07 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 5 Aug 2020 11:07:48 +0000 (12:07 +0100)
Change-Id: Ib9ceeeff9c2dcbc0ae6bd8e9ffa424f3d37e4911

dali/public-api/common/loading-state.h [deleted file]
dali/public-api/dali-core.h
dali/public-api/file.list

diff --git a/dali/public-api/common/loading-state.h b/dali/public-api/common/loading-state.h
deleted file mode 100644 (file)
index 0ea3e07..0000000
+++ /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 <dali/public-api/common/dali-common.h>
-
-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
index 172f71e..f9ee620 100644 (file)
@@ -43,7 +43,6 @@
 #include <dali/public-api/common/dali-vector.h>
 #include <dali/public-api/common/extents.h>
 #include <dali/public-api/common/intrusive-ptr.h>
-#include <dali/public-api/common/loading-state.h>
 #include <dali/public-api/common/vector-wrapper.h>
 
 #include <dali/public-api/events/gesture-detector.h>
index 464b8fe..5aff7d8 100644 (file)
@@ -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