diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-10-15 14:08:04 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-10-15 14:08:04 +0300 |
commit | 0f122f206046d5230627c337ddf0d862f6957f03 (patch) | |
tree | c90b5c7aea0f7d6efe77e5c5ccc2a4fab237552d /src | |
parent | f56fb016c5fd6154061543ac7163c642e3b84a2f (diff) | |
download | LibGui-0f122f206046d5230627c337ddf0d862f6957f03.tar.gz LibGui-0f122f206046d5230627c337ddf0d862f6957f03.tar.bz2 LibGui-0f122f206046d5230627c337ddf0d862f6957f03.zip |
WButton: Remove unused darkmodeColor field
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java index a24f28a..8d35fb5 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java @@ -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 |