Commit 0d6e0d24127b4144169b8270f9b677973fa0a252

Authored by Adeel Kazmi
Committed by Gerrit Code Review
2 parents e7d0d593 2e50cbd9

Merge "Remove unused function declration" into devel/master

Showing 1 changed file with 1 additions and 8 deletions
shared/dali-table-view.h
... ... @@ -2,7 +2,7 @@
2 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 7 * Licensed under the Apache License, Version 2.0 (the "License");
8 8 * you may not use this file except in compliance with the License.
... ... @@ -122,13 +122,6 @@ private: // Application callbacks & implementation
122 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 125 * Rotates RootActor orientation to that specified.
133 126 *
134 127 * @param[in] degrees The requested angle.
... ...