Remove unused function.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d344b03a93
commit
af89e8106a
@ -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
|
||||
SATDecorator::HighlightTab(bool active, BRegion* dirty)
|
||||
{
|
||||
|
@ -34,8 +34,6 @@ public:
|
||||
SATDecorator(DesktopSettings& settings,
|
||||
BRect frame, window_look look, uint32 flags);
|
||||
|
||||
float GetZoomOffsetToRight();
|
||||
|
||||
void HighlightTab(bool active, BRegion* dirty);
|
||||
void HighlightBorders(bool active, BRegion* dirty);
|
||||
bool IsTabHighlighted() { return fTabHighlighted; }
|
||||
|
Loading…
Reference in New Issue
Block a user