Removing several unnecessary allocations.

This commit is contained in:
lotodore
2011-02-28 22:05:44 +00:00
parent a87a12e8b0
commit 6f290be894
9 changed files with 35 additions and 76 deletions
-3
View File
@@ -25,7 +25,6 @@
#include <boost/thread.hpp>
#include <string>
class CardsValue;
class ConfigFile;
class HandInterface;
@@ -149,8 +148,6 @@ private:
ConfigFile *myConfig;
HandInterface *currentHand;
CardsValue *myCardsValue;
// Konstanten
const int myID;
const unsigned myUniqueID;