mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
HeroBonus: remove unused functions
This commit is contained in:
@@ -660,28 +660,6 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Extensions for BOOST_FOREACH to enable iterating of BonusList objects
|
|
||||||
// Don't touch/call this functions
|
|
||||||
inline BonusList::iterator range_begin(BonusList & x)
|
|
||||||
{
|
|
||||||
return x.begin();
|
|
||||||
}
|
|
||||||
|
|
||||||
inline BonusList::iterator range_end(BonusList & x)
|
|
||||||
{
|
|
||||||
return x.end();
|
|
||||||
}
|
|
||||||
|
|
||||||
inline BonusList::const_iterator range_begin(const BonusList & x)
|
|
||||||
{
|
|
||||||
return x.begin();
|
|
||||||
}
|
|
||||||
|
|
||||||
inline BonusList::const_iterator range_end(const BonusList & x)
|
|
||||||
{
|
|
||||||
return x.end();
|
|
||||||
}
|
|
||||||
|
|
||||||
DLL_LINKAGE std::ostream & operator<<(std::ostream &out, const BonusList &bonusList);
|
DLL_LINKAGE std::ostream & operator<<(std::ostream &out, const BonusList &bonusList);
|
||||||
|
|
||||||
struct BonusLimitationContext
|
struct BonusLimitationContext
|
||||||
|
Reference in New Issue
Block a user