mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
remove unused vars
This commit is contained in:
@@ -406,7 +406,6 @@ public class MatchScreen extends FScreen {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//draw arrows for paired cards
|
//draw arrows for paired cards
|
||||||
Set<CardView> pairedCards = new HashSet<>();
|
|
||||||
for (VPlayerPanel playerPanel : playerPanels.values()) {
|
for (VPlayerPanel playerPanel : playerPanels.values()) {
|
||||||
for (CardView card : playerPanel.getField().getRow1().getOrderedCards()) {
|
for (CardView card : playerPanel.getField().getRow1().getOrderedCards()) {
|
||||||
if (card != null) {
|
if (card != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user