X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Flayouting%2Fgrid-locations.h;h=afc14372c37022b9dd1ab6586d62b26b4ae02ce4;hp=2bc43591e795a167725b2590b507000dda2a1bb2;hb=de93cb645c4c4d3ae0a41e7b86feba39024d6c77;hpb=b7cb36f526980bed4ebdace92dbb6988eb097878 diff --git a/dali-toolkit/internal/layouting/grid-locations.h b/dali-toolkit/internal/layouting/grid-locations.h index 2bc4359..afc1437 100644 --- a/dali-toolkit/internal/layouting/grid-locations.h +++ b/dali-toolkit/internal/layouting/grid-locations.h @@ -73,8 +73,7 @@ public: * Uses the given parameters to calculate the x,y coordinates of each cell and cell size. */ void CalculateLocations( int numberOfColumns, unsigned int availableWidth, - unsigned int availableHeight, unsigned int numberOfCells, - unsigned int columnWidth, unsigned int rowHeight ); + unsigned int availableHeight, unsigned int numberOfCells ); LocationVector GetLocations(); @@ -95,4 +94,4 @@ private: } // namespace Toolkit } // namespace Dali -#endif // DALI_TOOLKIT_INTERNAL_LAYOUTING_GRID_LOCATIONS_H \ No newline at end of file +#endif // DALI_TOOLKIT_INTERNAL_LAYOUTING_GRID_LOCATIONS_H