Remove unused function.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -97,18 +97,6 @@ SATDecorator::SATDecorator(DesktopSettings& settings, BRect frame,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
float
|
|
||||||
SATDecorator::GetZoomOffsetToRight()
|
|
||||||
{
|
|
||||||
float offset;
|
|
||||||
float size;
|
|
||||||
float inset;
|
|
||||||
_GetButtonSizeAndOffset(fTabRect, &offset, &size, &inset);
|
|
||||||
|
|
||||||
return 2 * offset + size;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
SATDecorator::HighlightTab(bool active, BRegion* dirty)
|
SATDecorator::HighlightTab(bool active, BRegion* dirty)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ public:
|
|||||||
SATDecorator(DesktopSettings& settings,
|
SATDecorator(DesktopSettings& settings,
|
||||||
BRect frame, window_look look, uint32 flags);
|
BRect frame, window_look look, uint32 flags);
|
||||||
|
|
||||||
float GetZoomOffsetToRight();
|
|
||||||
|
|
||||||
void HighlightTab(bool active, BRegion* dirty);
|
void HighlightTab(bool active, BRegion* dirty);
|
||||||
void HighlightBorders(bool active, BRegion* dirty);
|
void HighlightBorders(bool active, BRegion* dirty);
|
||||||
bool IsTabHighlighted() { return fTabHighlighted; }
|
bool IsTabHighlighted() { return fTabHighlighted; }
|
||||||
|
|||||||
Reference in New Issue
Block a user