[ELD] Fix Once and Future. Remove unused Player.putInHand method

This commit is contained in:
Alex W. Jackson 2022-10-20 00:51:54 -04:00
parent f5f17cc73e
commit 7c1e823deb
5 changed files with 18 additions and 52 deletions

View file

@ -425,8 +425,6 @@ public interface Player extends MageItem, Copyable<Player> {
*/
SpellAbility chooseAbilityForCast(Card card, Game game, boolean noMana);
boolean putInHand(Card card, Game game);
boolean removeFromHand(Card card, Game game);
boolean removeFromBattlefield(Permanent permanent, Ability source, Game game);