Removing several unnecessary allocations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user