From: Ricardo Cruz Date: Sat, 9 Oct 2004 21:27:30 +0000 (+0000) Subject: Just took out unncessary declaration. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=77ee24ee66aa47c208628efe2e40484ce63ffd5b;p=supertux.git Just took out unncessary declaration. SVN-Revision: 2008 --- diff --git a/src/level_subset.h b/src/level_subset.h index cc4ac6347..7ae6bcd8a 100644 --- a/src/level_subset.h +++ b/src/level_subset.h @@ -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