Skip to content

Commit

Permalink
⚡ Removed a method
Browse files Browse the repository at this point in the history
  • Loading branch information
jabo-bernardo committed Apr 16, 2020
1 parent 1f193eb commit f5645a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dev/jabo/kree/ui/Panel.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@ public void Render(Graphics g) {
public void setColor(Color color) {
this.color = color;
}

public Color getColor() {
return color;
}

}

0 comments on commit f5645a0

Please sign in to comment.