[Super-tux-commit] supertux/src level_subset.h,1.6,1.7
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-10-09 21:27:53
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1285/src Modified Files: level_subset.h Log Message: Just took out unncessary declaration. Index: level_subset.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/level_subset.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- level_subset.h 9 Oct 2004 21:25:09 -0000 1.6 +++ level_subset.h 9 Oct 2004 21:27:30 -0000 1.7 @@ -27,10 +27,6 @@ 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 |