X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Faccessibility-manager%2Faccessibility-manager-impl.h;h=f794170024b03dac2e6f05239c94a8cebd248701;hp=23da644d77fe03e8624f9a19a7293f68f4682a93;hb=0070e9ca4e08996ac60bf9637e695b32ee72e713;hpb=2cf32ac170f397aacce527efd34909b3fd62efda diff --git a/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h b/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h index 23da644..f794170 100644 --- a/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h +++ b/dali-toolkit/internal/accessibility-manager/accessibility-manager-impl.h @@ -635,14 +635,14 @@ private: /** * Perform the accessibility action to move the focus to the first item on the top - * and read from the top item continously (by three fingers single tap). + * and read from the top item continuously (by three fingers single tap). * @return whether the accessibility action is performed or not. */ virtual bool AccessibilityActionReadFromTop(); /** * Perform the accessibility action to move the focus to and read from the next item - * continously (by three fingers double tap). + * continuously (by three fingers double tap). * @return whether the accessibility action is performed or not. */ virtual bool AccessibilityActionReadFromNext(); @@ -654,12 +654,6 @@ private: virtual bool AccessibilityActionZoom(); /** - * Perform the accessibility action to read the information in the indicator (by two fingers triple tap). - * @return whether the accessibility action is performed or not. - */ - virtual bool AccessibilityActionReadIndicatorInformation(); - - /** * Perform the accessibility action to pause/resume the current read out (by two fingers single tap). * @return whether the accessibility action is performed or not. */