unused variable

This commit is contained in:
zethfoxster
2016-07-02 23:44:14 -04:00
parent aeff6b60e9
commit 775f9eb6b3

View File

@@ -6649,7 +6649,6 @@ void AGrant::resolveGrant()
void AGrant::removeGranted(MTGCardInstance* _target)
{
if (!toGrant) return;
MTGCardInstance * cardToReturn = _target;
game->removeObserver(toGrant);
game->removeObserver(this);
Blessed = NULL;