Skip to content

Commit

Permalink
Remove unused variable to force release
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Sep 5, 2024
1 parent bd518d8 commit 3b464bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public class ImageColorPicker extends JPanel {
private final JLabel colorLabel;
private EyeDropper eyeDropper;
private boolean mouseIsDragging;
private Point pointInComponent;
private JToggleButton eyeDropperButton;
// private final Painter<Graphics, BufferedImage, Rectangle> dropperConsumer = new ImageColorPickerPainter();

Expand Down Expand Up @@ -101,7 +100,6 @@ protected void setColor(Color color, Color tempColor, Point p) {
copyAction.setContents(new StringSelection(color2html(color, false)));
colorPanel.setBackground(color);
tempColorPanel.setBackground(tempColor);
pointInComponent = p;
}

public void addEyeDropper() {
Expand Down

0 comments on commit 3b464bd

Please sign in to comment.