found some obsolete stuff when looking through code
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,17 +48,16 @@ TPeopleView::~TPeopleView(void)
|
|||||||
|
|
||||||
void TPeopleView::AttachedToWindow(void)
|
void TPeopleView::AttachedToWindow(void)
|
||||||
{
|
{
|
||||||
|
printf("TPeopleView::AttachedToWindow()\n");
|
||||||
char *text;
|
char *text;
|
||||||
float offset;
|
float offset;
|
||||||
BBox *box;
|
BBox *box;
|
||||||
BFont font = *be_plain_font;
|
BFont font = *be_plain_font;
|
||||||
BMenuField *field;
|
BMenuField *field;
|
||||||
BRect r;
|
BRect r;
|
||||||
rgb_color c;
|
|
||||||
attr_info info;
|
attr_info info;
|
||||||
|
|
||||||
c.red = c.green = c.blue = VIEW_COLOR;
|
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||||
SetViewColor(c);
|
|
||||||
|
|
||||||
r = Bounds();
|
r = Bounds();
|
||||||
r.InsetBy(-1, -1);
|
r.InsetBy(-1, -1);
|
||||||
|
|||||||
@@ -73,8 +73,6 @@
|
|||||||
#define GROUP_WIDTH 300
|
#define GROUP_WIDTH 300
|
||||||
#define GROUP_TEXT "Group"
|
#define GROUP_TEXT "Group"
|
||||||
|
|
||||||
#define VIEW_COLOR 216
|
|
||||||
|
|
||||||
class TTextControl;
|
class TTextControl;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user