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:
Stephan Aßmus 2005-05-10 11:28:21 +00:00
parent 90d6295906
commit 65d5fe56f6
2 changed files with 2 additions and 5 deletions

View File

@ -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);

View File

@ -73,8 +73,6 @@
#define GROUP_WIDTH 300
#define GROUP_TEXT "Group"
#define VIEW_COLOR 216
class TTextControl;