X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ffocus-manager%2Fkeyboard-focus-manager-impl.h;h=4eba5d3422607a2fe8f2ca71f254f1f0e667cddc;hp=f61573125332dc870f583b366e3ec8baf2fcca54;hb=2cf32ac170f397aacce527efd34909b3fd62efda;hpb=4d4724513d345467aad5d6ff0ff103b191c32a3f diff --git a/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h b/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h index f615731..4eba5d3 100644 --- a/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h +++ b/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_INTERNAL_KEYBOARD_FOCUS_MANAGER_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -190,11 +190,6 @@ private: void DoKeyboardEnter( Actor actor ); /** - * Create the default indicator actor to highlight the focused actor. - */ - void CreateDefaultFocusIndicatorActor(); - - /** * Check whether the actor is a layout control that supports two dimensional keyboard navigation. * The layout control needs to internally set the focus order for the child actor and be able to * tell KeyboardFocusmanager the next focusable actor in the given direction.