OSDN Git Service

Delete unused constructor in Species class.
authorDeskull <desull@users.sourceforge.jp>
Sun, 15 Jun 2014 14:54:27 +0000 (23:54 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sun, 15 Jun 2014 14:54:27 +0000 (23:54 +0900)
Deeangband/Species.h

index 7d16ae5..86fcc0a 100644 (file)
@@ -66,14 +66,6 @@ namespace Deeangband
        public:
 
                /*! 
-               * @brief Species\83N\83\89\83X\83R\83\93\83X\83g\83\89\83N\83^(GameElement\83\81\83\93\83o\91Î\89\9e)
-               * @param id GameElement\82ÌID
-               * @param tag GameElement\82Ì\83^\83O
-               * @param gameWorld \8f\8a\91®\8c³gameWorld\8eQ\8fÆ\83|\83C\83\93\83^
-               */
-               Species::Species(ID id, TAG tag, GameWorld *gameWorld);
-
-               /*! 
                * @brief Species\83N\83\89\83X\83R\83\93\83X\83g\83\89\83N\83^
                */
                Species::Species(void);