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
|
void
|
||||||
BeDecorator::_MoveBy(BPoint pt)
|
BeDecorator::_MoveBy(BPoint pt)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ protected:
|
|||||||
BRegion* updateRegion = NULL);
|
BRegion* updateRegion = NULL);
|
||||||
|
|
||||||
virtual void _SetFocus();
|
virtual void _SetFocus();
|
||||||
virtual void _SetColors();
|
|
||||||
|
|
||||||
virtual void _MoveBy(BPoint offset);
|
virtual void _MoveBy(BPoint offset);
|
||||||
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||||
@@ -99,22 +98,22 @@ private:
|
|||||||
RGBColor fButtonLowColor;
|
RGBColor fButtonLowColor;
|
||||||
RGBColor fTextColor;
|
RGBColor fTextColor;
|
||||||
RGBColor fTabColor;
|
RGBColor fTabColor;
|
||||||
|
|
||||||
RGBColor* fFrameColors;
|
RGBColor* fFrameColors;
|
||||||
|
|
||||||
// Individual rects for handling window frame
|
// Individual rects for handling window frame
|
||||||
// rendering the proper way
|
// rendering the proper way
|
||||||
BRect fRightBorder;
|
BRect fRightBorder;
|
||||||
BRect fLeftBorder;
|
BRect fLeftBorder;
|
||||||
BRect fTopBorder;
|
BRect fTopBorder;
|
||||||
BRect fBottomBorder;
|
BRect fBottomBorder;
|
||||||
|
|
||||||
int32 fBorderWidth;
|
int32 fBorderWidth;
|
||||||
|
|
||||||
uint32 fTabOffset;
|
uint32 fTabOffset;
|
||||||
float fTabLocation;
|
float fTabLocation;
|
||||||
float fTextOffset;
|
float fTextOffset;
|
||||||
|
|
||||||
float fMinTabSize;
|
float fMinTabSize;
|
||||||
float fMaxTabSize;
|
float fMaxTabSize;
|
||||||
BString fTruncatedTitle;
|
BString fTruncatedTitle;
|
||||||
|
|||||||
@@ -704,13 +704,6 @@ MacDecorator::_SetFlags(uint32 flags, BRegion* updateRegion)
|
|||||||
// TODO : _SetFocus
|
// TODO : _SetFocus
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
MacDecorator::_SetColors()
|
|
||||||
{
|
|
||||||
_SetFocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MacDecorator::_MoveBy(BPoint offset)
|
MacDecorator::_MoveBy(BPoint offset)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -56,8 +56,6 @@ protected:
|
|||||||
void _SetFlags(uint32 flags,
|
void _SetFlags(uint32 flags,
|
||||||
BRegion* updateRegion = NULL);
|
BRegion* updateRegion = NULL);
|
||||||
|
|
||||||
void _SetColors();
|
|
||||||
|
|
||||||
void _MoveBy(BPoint offset);
|
void _MoveBy(BPoint offset);
|
||||||
void _ResizeBy(BPoint offset, BRegion* dirty);
|
void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||||
|
|
||||||
|
|||||||
@@ -453,13 +453,6 @@ WinDecorator::_SetFocus(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
WinDecorator::_SetColors()
|
|
||||||
{
|
|
||||||
_SetFocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
WinDecorator::_MoveBy(BPoint pt)
|
WinDecorator::_MoveBy(BPoint pt)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -56,8 +56,6 @@ protected:
|
|||||||
void _SetFlags(uint32 flags,
|
void _SetFlags(uint32 flags,
|
||||||
BRegion* updateRegion = NULL);
|
BRegion* updateRegion = NULL);
|
||||||
|
|
||||||
void _SetColors();
|
|
||||||
|
|
||||||
void _MoveBy(BPoint pt);
|
void _MoveBy(BPoint pt);
|
||||||
void _ResizeBy(BPoint pt, BRegion* dirty);
|
void _ResizeBy(BPoint pt, BRegion* dirty);
|
||||||
|
|
||||||
|
|||||||
@@ -844,13 +844,6 @@ DefaultDecorator::_SetFocus()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
DefaultDecorator::_SetColors()
|
|
||||||
{
|
|
||||||
_SetFocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DefaultDecorator::_MoveBy(BPoint offset)
|
DefaultDecorator::_MoveBy(BPoint offset)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ protected:
|
|||||||
BRegion* updateRegion = NULL);
|
BRegion* updateRegion = NULL);
|
||||||
|
|
||||||
virtual void _SetFocus();
|
virtual void _SetFocus();
|
||||||
virtual void _SetColors();
|
|
||||||
|
|
||||||
virtual void _MoveBy(BPoint offset);
|
virtual void _MoveBy(BPoint offset);
|
||||||
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
virtual void _ResizeBy(BPoint offset, BRegion* dirty);
|
||||||
|
|||||||
Reference in New Issue
Block a user