Skip to content

Commit

Permalink
CSSTUDIO-2482 Remove unused definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Jul 15, 2024
1 parent 653cf38 commit 6f0762e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public void initialize(URL location, ResourceBundle resources) {

{
Optional<NamedWidgetColor> maybeNamedWidgetColor = WidgetColorService.getColors().getColor(NamedWidgetColors.BACKGROUND);
Color backgroundColor;
if (maybeNamedWidgetColor.isPresent()) {
NamedWidgetColor namedWidgetColor = maybeNamedWidgetColor.get();
TREE_WIDGET_BACKGROUND_COLOR = new Color(namedWidgetColor.getRed()/255.0, namedWidgetColor.getGreen()/255.0, namedWidgetColor.getBlue()/255.0, namedWidgetColor.getAlpha()/255.0);
Expand Down

0 comments on commit 6f0762e

Please sign in to comment.