Tomasz Zieliński пре 2 година
родитељ
комит
a952a9e279
2 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 5
      lib/rmg/Zone.cpp
  2. 0 2
      lib/rmg/Zone.h

+ 0 - 5
lib/rmg/Zone.cpp

@@ -93,11 +93,6 @@ rmg::Area & Zone::areaUsed()
 	return dAreaUsed;
 }
 
-std::vector<int3> Zone::getPossibleQuestArtifactPos() const
-{
-	return possibleQuestArtifactPos;
-}
-
 void Zone::clearTiles()
 {
 	dArea.clear();

+ 0 - 2
lib/rmg/Zone.h

@@ -50,8 +50,6 @@ public:
 	rmg::Area & freePaths();
 	rmg::Area & areaUsed();
 
-	std::vector<int3> getPossibleQuestArtifactPos() const;
-	
 	void initFreeTiles();
 	void clearTiles();
 	void fractalize();