Skip to content

Commit

Permalink
WButton: Remove unused darkmodeColor field
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Oct 15, 2023
1 parent f56fb01 commit 0f122f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class WButton extends WWidget {

@Nullable private Text label;
protected int color = WLabel.DEFAULT_TEXT_COLOR;
protected int darkmodeColor = WLabel.DEFAULT_TEXT_COLOR;
/**
* The size (width/height) of this button's icon in pixels.
* @since 6.4.0
Expand Down

0 comments on commit 0f122f2

Please sign in to comment.