Skip to content

Commit

Permalink
Removed slipped-in incomplete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Feb 16, 2025
1 parent 4251934 commit 4f30e0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/editor/GTabEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ GTabEditor::DrawCircle(BView* owner, BRect& frame)
owner->SetHighColor(tint_color(fColor, B_DARKEN_1_TINT));
owner->StrokeEllipse(circleFrame);
frame.left = circleFrame.right + be_control_look->DefaultLabelSpacing();
//FIXME:
owner->SetHighColor(tint_color(fColor, B_DARKEN_4_TINT));
circleFrame.InsetBy(4,4);
owner->FillEllipse(circleFrame);
}


Expand Down

0 comments on commit 4f30e0d

Please sign in to comment.