removed dead code "shuffleTopToBottom()" method.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-10-15 21:10:05 +00:00
parent 189351d82c
commit 8554076f3c
2 changed files with 0 additions and 27 deletions
-1
View File
@@ -121,7 +121,6 @@ class MTGGameZone {
class MTGLibrary: public MTGGameZone {
public:
void shuffleTopToBottom(int nbcards);
virtual ostream& toString(ostream&) const;
const char * getName(){return "library";}
};