From 093ecae75e4db13844705188bb2162c6c4eb7ee8 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Tue, 5 Sep 2023 11:46:12 +0900 Subject: [PATCH] Remove unimplemented API Remove unused API Change-Id: Ifbeb247b01f9318c8808fc8106bac451c5a79089 Signed-off-by: Eunki, Hong --- dali/public-api/actors/layer.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dali/public-api/actors/layer.h b/dali/public-api/actors/layer.h index 311f63d..9938e56 100644 --- a/dali/public-api/actors/layer.h +++ b/dali/public-api/actors/layer.h @@ -2,7 +2,7 @@ #define DALI_LAYER_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -392,14 +392,6 @@ public: */ void SetSortFunction(SortFunctionType function); - /** - * @brief Retrieves whether the layer consumes hover. - * - * @SINCE_1_0.0 - * @return @c True if consuming hover, @c false otherwise - */ - bool IsHoverConsumed() const; - public: // Not intended for application developers /// @cond internal /** -- 2.7.4