diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-28 00:49:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-28 16:49:28 +1100 |
| commit | ea3ec354ba3bb5b4ac64b8032816b8e4c407f099 (patch) | |
| tree | 2a1b35a90a5b2e430ed8b09cfb0c6c8e28166039 /src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java | |
| parent | 0aa264dd9df3205cf9641f052b6622fd36b811d5 (diff) | |
| download | notenoughupdates-ea3ec354ba3bb5b4ac64b8032816b8e4c407f099.tar.gz notenoughupdates-ea3ec354ba3bb5b4ac64b8032816b8e4c407f099.tar.bz2 notenoughupdates-ea3ec354ba3bb5b4ac64b8032816b8e4c407f099.zip | |
more code clean up (#38)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java b/src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java index 2626bcad..c167e9c8 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java @@ -16,12 +16,10 @@ import static io.github.moulberry.notenoughupdates.itemeditor.GuiElementTextFiel import static io.github.moulberry.notenoughupdates.util.GuiTextures.off; import static io.github.moulberry.notenoughupdates.util.GuiTextures.on; +/** + * Not currently used + */ public class FlipperInfoPane extends InfoPane { - - /** - * Not currently used in BETA-1.6 - */ - protected String title; protected String text; @@ -87,9 +85,7 @@ public class FlipperInfoPane extends InfoPane { Utils.drawTexturedRect(x, y, 48, 16); } - public void mouseInput(int width, int height, int mouseX, int mouseY, boolean mouseDown) { - - } + public void mouseInput(int width, int height, int mouseX, int mouseY, boolean mouseDown) {} public boolean keyboardInput() { return false; |
