X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel_subset.h;h=8202271f41ddd04828cab79ceda17b34f2f8d368;hb=875ef8eb7e93726bc67dfa7f05da946250e588d4;hp=cc4ac6347d7ce50a915653280833138ba8583a35;hpb=e156f196d7af27d46a8b201470a1bd4c2ccb6990;p=supertux.git diff --git a/src/level_subset.h b/src/level_subset.h index cc4ac6347..8202271f4 100644 --- a/src/level_subset.h +++ b/src/level_subset.h @@ -27,18 +27,11 @@ 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 levels;