Skip to content

Commit

Permalink
#9 Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Jan 28, 2016
1 parent 73d02c8 commit 3b75cbe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ca/mcgill/cs/stg/solitaire/gui/CardTransfer.java
Expand Up @@ -81,12 +81,4 @@ public int size()
{
return aCards.length;
}

/**
* @return The array of cards transfered.
*/
public Card[] getCards()
{
return aCards.clone();
}
}

0 comments on commit 3b75cbe

Please sign in to comment.