From 1c099c903b0b01865aef6292e9df9f9566a9d948 Mon Sep 17 00:00:00 2001 From: Paul Wisbey Date: Tue, 24 Jan 2017 13:41:14 +0000 Subject: [PATCH] Removed NOOP page position setters ScrollViewPagePathEffect is supplying the real positions Change-Id: I4697ad3b5f341eb075ec7cda4bf3e1a636a6da6e --- demo/dali-table-view.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demo/dali-table-view.cpp b/demo/dali-table-view.cpp index 799304e..67b9232 100644 --- a/demo/dali-table-view.cpp +++ b/demo/dali-table-view.cpp @@ -460,10 +460,6 @@ void DaliTableView::Populate() } } - // Set tableview position - Vector3 pagePos( stageSize.width * TABLE_RELATIVE_SIZE.x * t, 0.0f, 0.0f ); - page.SetPosition( pagePos ); - mPages.push_back( page ); if( iter == mExampleList.end() ) -- 2.7.4