Remove dead code

hg/feature/cdb-packed
kaetemi 11 years ago
parent 0d7c9fd4bf
commit 47368e78f9

@ -73,7 +73,7 @@ public:
//std::vector< CCharacterSentence * > _MemorizedSentencesSpecial;
/// inventory of known bricks (map Id to Latency end date)
std::map< NLMISC::CSheetId, CKnownBrickInfo > _KnownBricks;
//std::map< NLMISC::CSheetId, CKnownBrickInfo > _KnownBricks;
/// the known faber plans for that player (directly the reflect of the database)
// std::vector<uint64> _KnownFaberPlans;

@ -18,7 +18,7 @@
#ifndef RY_KNOWN_BRICK_INFO_H
#define RY_KNOWN_BRICK_INFO_H
/*
// ---------------------------------------------------------------------------
class CStaticGameBrick;
@ -44,6 +44,6 @@ struct CKnownBrickInfo
// and the Form is set while setting the databse in the setDatabase() method
}
};
*/
#endif // RY_KNOWN_BRICK_INFO_H
/* known_brick_info.h */

Loading…
Cancel
Save