- fixed warnings
[supertux.git] / src / level_subset.h
index cc4ac63..8202271 100644 (file)
 
 using namespace SuperTux;
 
-namespace SuperTux {
-class Surface;
-};
-
 /** This type holds meta-information about a level-subset. 
     It could be extended to handle manipulation of subsets. */
 class LevelSubset
 {
 private:
-  /** Directory in which the level subset is stored */
-  std::string directory;
-
   /** Level filenames without the leading path ("level1.stl",
       "level3.stl", ...) */
   std::vector<std::string> levels;