X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.h;h=dc99f9363b19d6447b2e977e56d81a580db28cbc;hb=746ebfed348c504b732dcb3f55c92a39b5643414;hp=a7f71201c455519dc38facec75ae1fd65ad42d7d;hpb=aa9863fcaaf25beecb077ab63dfd2136aa20d755;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/popup/popup-impl.h b/dali-toolkit/internal/controls/popup/popup-impl.h old mode 100644 new mode 100755 index a7f7120..dc99f93 --- a/dali-toolkit/internal/controls/popup/popup-impl.h +++ b/dali-toolkit/internal/controls/popup/popup-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_POPUP_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -499,12 +499,6 @@ private: */ void AddFocusableChildrenRecursive( Actor parent, std::vector< Actor >& focusableActors ); - /** - * Sets up the touch signals connections as required. - * @note This must be called after all the members have been created. - */ - void SetupTouch(); - private: // Undefined.