small fixes (timing and animation) on nolok
[supertux.git] / src / level_subset.h
index 7ae6bcd..8202271 100644 (file)
@@ -32,9 +32,6 @@ using namespace SuperTux;
 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;