Removed tile_path from tileset, instead give fully qualified path to the Tile
[supertux.git] / src / supertux / tile_set.hpp
index a5085c5..cc303d2 100644 (file)
@@ -30,7 +30,6 @@ private:
   typedef std::vector<Tile*> Tiles;
   Tiles tiles;
 
-  std::string tiles_path;
   bool        tiles_loaded;
 
   friend class TileManager;