In Area, remove unused ItemFrame() method.

Also modify Frame() method to return a rect with rounded coordinates.
This commit is contained in:
Alex Wilson
2012-05-03 08:44:21 +12:00
parent 574533ef12
commit 8b52747974
2 changed files with 3 additions and 12 deletions
-1
View File
@@ -107,7 +107,6 @@ public:
void InvalidateSizeConstraints();
BRect Frame() const;
BRect ItemFrame() const;
private:
Area(BLayoutItem* item);