* Remove a useless debug line.
This commit is contained in:
jean.chalard
2010-01-12 01:30:44 +00:00
parent edad6a5c97
commit ec1a7f73d4

View File

@@ -73,9 +73,7 @@ CardSelector::Target* CardSelector::fetchMemory(SelectorMemory& memory)
}
// We come here if the card is not in the selector any more, or if
// it is there but it is now refused by the limitor.
PlayGuiObject* x = closest<True>(cards, limitor, memory.x, memory.y);
CardView* c = dynamic_cast<CardView*>(x);
return x;
return closest<True>(cards, limitor, memory.x, memory.y);
}
template<>
void CardSelector::Push()