diff --git a/shared/dali-table-view.h b/shared/dali-table-view.h index 8c0cf61..e52afee 100644 --- a/shared/dali-table-view.h +++ b/shared/dali-table-view.h @@ -2,7 +2,7 @@ #define DALI_DEMO_TABLEVIEW_H /* - * Copyright (c) 2017 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. @@ -122,13 +122,6 @@ private: // Application callbacks & implementation void Populate(); /** - * Rotate callback from the device. - * - * @param[in] orientation that device notified. - */ - void OrientationChanged( Dali::Orientation orientation ); - - /** * Rotates RootActor orientation to that specified. * * @param[in] degrees The requested angle.