[AT-SPI] Removal of unused code 00/245100/10
authorLukasz Oleksak <l.oleksak@samsung.com>
Thu, 1 Oct 2020 15:35:01 +0000 (17:35 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Fri, 23 Oct 2020 13:01:46 +0000 (15:01 +0200)
Change-Id: I13effa6ddc245807f3d466e67336843920d2128c

dali/devel-api/adaptor-framework/accessibility-impl.cpp
dali/devel-api/adaptor-framework/accessibility-impl.h

index ca8274e..0d2d834 100644 (file)
@@ -635,10 +635,6 @@ public:
   {
     return false;
   }
-  int GetHighlightIndex() override
-  {
-    return 0;
-  }
   bool IsScrollable() override
   {
     return false;
index 21d867a..cb8b2a5 100644 (file)
@@ -773,15 +773,6 @@ public:
   virtual bool ClearHighlight() = 0;
 
   /**
-   * @brief Get index of "highlighted" object
-   *
-   * @return The index of "highlighted" object
-   *
-   * @see Dali:Accessibility::State
-   */
-  virtual int GetHighlightIndex() = 0;
-
-  /**
    * @brief Check whether object can be scrolled
    *
    * @return true if object is scrollable, false otherwise