OSDN Git Service

[Modify] boostライブラリに依存した処理を削除中.
[deeangband/Deeangband-new.git] / Deeangband / GameCampaign.h
index ef309f5..e648458 100644 (file)
@@ -36,7 +36,6 @@ namespace Deeangband
                DEPTH startDepth;          //!<\83v\83\8c\83C\83\84\81[\82Ì\8aJ\8en\8aK\91w
                TAG finalQuest;            //!<\8dÅ\8fI\83N\83G\83X\83g\83^\83O
 
-               friend class boost::serialization::access;
 
                /*!
                * @brief \83N\83\89\83X\82Ì\83V\83\8a\83A\83\89\83C\83Y\82ð\90Ý\92è\82·\82é
@@ -82,4 +81,3 @@ namespace Deeangband
 
 }
 
-BOOST_CLASS_VERSION(Deeangband::GameCampaign, 10);