mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Remove dead code
This commit is contained in:
parent
b34c7cf12a
commit
5391aaf75c
2 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue