Remove unimplemented API 87/298287/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Sep 2023 02:46:12 +0000 (11:46 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Sep 2023 02:46:12 +0000 (11:46 +0900)
Remove unused API

Change-Id: Ifbeb247b01f9318c8808fc8106bac451c5a79089
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/public-api/actors/layer.h

index 311f63d..9938e56 100644 (file)
@@ -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
   /**