X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Flayouting%2Fgrid-locations.h;h=afc14372c37022b9dd1ab6586d62b26b4ae02ce4;hb=267bed869a0b35414526b5c393fc2586603ee173;hp=f1f8b6ed20aaf37f13efcd90467c8a04c1699643;hpb=d37b7a6f3e1530fbe9de36ed3d259761fbf1679f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/layouting/grid-locations.h b/dali-toolkit/internal/layouting/grid-locations.h index f1f8b6e..afc1437 100644 --- a/dali-toolkit/internal/layouting/grid-locations.h +++ b/dali-toolkit/internal/layouting/grid-locations.h @@ -59,7 +59,6 @@ public: int xEnd; int yTop; int yBottom; - int explictlyDefined; Cell( int x1, int x2, int y1, int y2): xStart(x1), xEnd(x2), yTop(y1), yBottom(y2){}; }; @@ -74,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(); @@ -96,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