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:
parent
90d6295906
commit
65d5fe56f6
@ -48,17 +48,16 @@ TPeopleView::~TPeopleView(void)
|
||||
|
||||
void TPeopleView::AttachedToWindow(void)
|
||||
{
|
||||
printf("TPeopleView::AttachedToWindow()\n");
|
||||
char *text;
|
||||
float offset;
|
||||
BBox *box;
|
||||
BFont font = *be_plain_font;
|
||||
BMenuField *field;
|
||||
BRect r;
|
||||
rgb_color c;
|
||||
attr_info info;
|
||||
|
||||
c.red = c.green = c.blue = VIEW_COLOR;
|
||||
SetViewColor(c);
|
||||
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||
|
||||
r = Bounds();
|
||||
r.InsetBy(-1, -1);
|
||||
|
@ -73,8 +73,6 @@
|
||||
#define GROUP_WIDTH 300
|
||||
#define GROUP_TEXT "Group"
|
||||
|
||||
#define VIEW_COLOR 216
|
||||
|
||||
class TTextControl;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user