Removed unused _SetColors().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-11-24 23:17:31 +00:00
parent b3b7517070
commit b509dbd998
8 changed files with 5 additions and 39 deletions
@@ -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);
-7
View File
@@ -844,13 +844,6 @@ DefaultDecorator::_SetFocus()
}
void
DefaultDecorator::_SetColors()
{
_SetFocus();
}
void
DefaultDecorator::_MoveBy(BPoint offset)
{
-1
View File
@@ -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);