Removed unused _SetColors().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -854,13 +854,6 @@ BeDecorator::_SetFocus()
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
BeDecorator::_SetColors()
|
||||
{
|
||||
_SetFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
BeDecorator::_MoveBy(BPoint pt)
|
||||
{
|
||||
|
||||
@@ -74,7 +74,6 @@ protected:
|
||||
BRegion* updateRegion = NULL);
|
||||
|
||||
virtual void _SetFocus();
|
||||
virtual void _SetColors();
|
||||
|
||||
virtual void _MoveBy(BPoint offset);
|
||||
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||
@@ -99,22 +98,22 @@ private:
|
||||
RGBColor fButtonLowColor;
|
||||
RGBColor fTextColor;
|
||||
RGBColor fTabColor;
|
||||
|
||||
|
||||
RGBColor* fFrameColors;
|
||||
|
||||
|
||||
// Individual rects for handling window frame
|
||||
// rendering the proper way
|
||||
BRect fRightBorder;
|
||||
BRect fLeftBorder;
|
||||
BRect fTopBorder;
|
||||
BRect fBottomBorder;
|
||||
|
||||
|
||||
int32 fBorderWidth;
|
||||
|
||||
|
||||
uint32 fTabOffset;
|
||||
float fTabLocation;
|
||||
float fTextOffset;
|
||||
|
||||
|
||||
float fMinTabSize;
|
||||
float fMaxTabSize;
|
||||
BString fTruncatedTitle;
|
||||
|
||||
@@ -704,13 +704,6 @@ MacDecorator::_SetFlags(uint32 flags, BRegion* updateRegion)
|
||||
// TODO : _SetFocus
|
||||
|
||||
|
||||
void
|
||||
MacDecorator::_SetColors()
|
||||
{
|
||||
_SetFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
MacDecorator::_MoveBy(BPoint offset)
|
||||
{
|
||||
|
||||
@@ -56,8 +56,6 @@ protected:
|
||||
void _SetFlags(uint32 flags,
|
||||
BRegion* updateRegion = NULL);
|
||||
|
||||
void _SetColors();
|
||||
|
||||
void _MoveBy(BPoint offset);
|
||||
void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||
|
||||
|
||||
@@ -453,13 +453,6 @@ WinDecorator::_SetFocus(void)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WinDecorator::_SetColors()
|
||||
{
|
||||
_SetFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WinDecorator::_MoveBy(BPoint pt)
|
||||
{
|
||||
|
||||
@@ -56,8 +56,6 @@ protected:
|
||||
void _SetFlags(uint32 flags,
|
||||
BRegion* updateRegion = NULL);
|
||||
|
||||
void _SetColors();
|
||||
|
||||
void _MoveBy(BPoint pt);
|
||||
void _ResizeBy(BPoint pt, BRegion* dirty);
|
||||
|
||||
|
||||
@@ -844,13 +844,6 @@ DefaultDecorator::_SetFocus()
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
DefaultDecorator::_SetColors()
|
||||
{
|
||||
_SetFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
DefaultDecorator::_MoveBy(BPoint offset)
|
||||
{
|
||||
|
||||
@@ -64,7 +64,6 @@ protected:
|
||||
BRegion* updateRegion = NULL);
|
||||
|
||||
virtual void _SetFocus();
|
||||
virtual void _SetColors();
|
||||
|
||||
virtual void _MoveBy(BPoint offset);
|
||||
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||
|
||||
Reference in New Issue
Block a user