OSDN Git Service

[Modify] boostライブラリに依存した処理を削除中.
[deeangband/Deeangband-new.git] / Deeangband / ItemBase.h
index 55c0077..dd6da5c 100644 (file)
@@ -15,7 +15,6 @@
 #include "SavingTable.h"
 #include "HaveSymbol.h"
 
-BOOST_CLASS_VERSION(ItemBase, 1);
 
 namespace Deeangband
 {
@@ -43,7 +42,6 @@ namespace Deeangband
                SavingTable baseSaving; //!< \8aî\96{\83Z\81[\83r\83\93\83O\8fC\90³
                SavingTable plusSaving; //!< \92Ç\89Á\83Z\81[\83r\83\93\83O\8fC\90³
 
-               friend class boost::serialization::access;
                template<class Archive> void serialize(Archive &archive, const unsigned int) 
                {
                        archive & boost::serialization::make_nvp("Name", name);