diff --git a/src/@types/all-reward-type.ts b/src/@types/all-reward-type.ts index 97e791651c0..e5fdcf5b625 100644 --- a/src/@types/all-reward-type.ts +++ b/src/@types/all-reward-type.ts @@ -79,12 +79,6 @@ export type allRewardsType = { [RewardId.PP_UP]: () => PokemonPpUpReward; [RewardId.PP_MAX]: () => PokemonPpUpReward; - /* - [RewardId.REPEL]: () => DoubleBattleChanceBoosterReward, - [RewardId.SUPER_REPEL]: () => DoubleBattleChanceBoosterReward, - [RewardId.MAX_REPEL]: () => DoubleBattleChanceBoosterReward, - */ - [RewardId.MINT]: () => MintRewardGenerator; [RewardId.TERA_SHARD]: () => TeraTypeRewardGenerator;