issue #5, remove init()

This commit is contained in:
Walzer 2010-07-09 08:38:29 +00:00
parent 79d69daa27
commit a9b4e37355
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ public:
CCScene();
virtual ~CCScene();
/** initializes the scene */
virtual bool init(void);
};
#endif // __CCSCENE_H__