Commit 2e50cbd945d6fc71f3829c1f03210a4411f2c130
1 parent
b3987126
Remove unused function declration
Change-Id: If1b7f0333a50372709b1aad3e376beb1426fd041
Showing
1 changed file
with
1 additions
and
8 deletions
shared/dali-table-view.h
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | #define DALI_DEMO_TABLEVIEW_H | 2 | #define DALI_DEMO_TABLEVIEW_H |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
| 5 | - * Copyright (c) 2017 Samsung Electronics Co., Ltd. | 5 | + * Copyright (c) 2019 Samsung Electronics Co., Ltd. |
| 6 | * | 6 | * |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); | 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | * you may not use this file except in compliance with the License. | 8 | * you may not use this file except in compliance with the License. |
| @@ -122,13 +122,6 @@ private: // Application callbacks & implementation | @@ -122,13 +122,6 @@ private: // Application callbacks & implementation | ||
| 122 | void Populate(); | 122 | void Populate(); |
| 123 | 123 | ||
| 124 | /** | 124 | /** |
| 125 | - * Rotate callback from the device. | ||
| 126 | - * | ||
| 127 | - * @param[in] orientation that device notified. | ||
| 128 | - */ | ||
| 129 | - void OrientationChanged( Dali::Orientation orientation ); | ||
| 130 | - | ||
| 131 | - /** | ||
| 132 | * Rotates RootActor orientation to that specified. | 125 | * Rotates RootActor orientation to that specified. |
| 133 | * | 126 | * |
| 134 | * @param[in] degrees The requested angle. | 127 | * @param[in] degrees The requested angle. |