Remove unused function declration 76/203776/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 17 Apr 2019 16:03:30 +0000 (17:03 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 17 Apr 2019 16:03:30 +0000 (17:03 +0100)
Change-Id: If1b7f0333a50372709b1aad3e376beb1426fd041

shared/dali-table-view.h

index 8c0cf61..e52afee 100644 (file)
@@ -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.