issue #80: remove unneeded comments

This commit is contained in:
Ming 2010-08-25 02:29:53 +00:00
parent 2c84bdda1e
commit 3fcd6cb868
11 changed files with 0 additions and 50 deletions

View File

@ -1,13 +1,5 @@
#include "ActionsTest.h"
// #include "platform/platform.h"
// #include "CCIntervalAction.h"
// #include "CCInstantAction.h"
// #include "CCCameraAction.h"
// #include "CCMenu.h"
// #include "CCLabel.h"
// #include "touch_dispatcher/CCTouchDispatcher.h"
#include "../testResource.h"
/*#include "cocos2d.h"*/
static Int32 s_nActionIdx = -1;

View File

@ -2,11 +2,6 @@
#define _ActionsTest_H_
#include "../testBasic.h"
// #include "CCDirector.h"
// #include "CCScene.h"
// #include "CCLayer.h"
// #include "CCSprite.h"
// #include "platform/platform.h"
#include "cocos2d.h"
using namespace cocos2d;

View File

@ -1,11 +1,5 @@
#include "ClickAndMoveTest.h"
// #include "CCDirector.h"
// #include "CCSprite.h"
#include "../testResource.h"
// #include "CCIntervalAction.h"
// #include "CCInstantAction.h"
// #include "touch_dispatcher/CCTouch.h"
// #include "NSSet.h"
enum
{

View File

@ -1,11 +1,5 @@
#include "EffectsTest.h"
#include "../testResource.h"
// #include "CCDirector.h"
// #include "CCGrid3DAction.h"
// #include "CCTiledGridAction.h"
// #include "CCPageTurn3DAction.h"
// #include "CCLabel.h"
// #include "CCMenu.h"
enum {
kTagTextLayer = 1,

View File

@ -1,9 +1,4 @@
#include "ProgressActionsTest.h"
// #include "CCDirector.h"
// #include "CCLabel.h"
// #include "CCMenu.h"
// #include "CCProgressTimer.h"
// #include "CCProgressTimerActions.h"
#include "../testResource.h"
static int sceneIdx = -1;

View File

@ -1,9 +1,5 @@
#include "RotateWorldTest.h"
#include "../testResource.h"
// #include "CCLabel.h"
// #include "CCDirector.h"
// #include "CCMenu.h"
// #include "CCIntervalAction.h"
//------------------------------------------------------------------
//

View File

@ -1,11 +1,4 @@
#include "TransitionsTest.h"
// #include "CCDirector.h"
// #include "CCSprite.h"
// #include "CCMenu.h"
// #include "CCLabel.h"
// #include "CCTransition.h"
// #include "CCRadialTransition.h"
// #include "CCPageTurnTransition.h"
#include "../testResource.h"
#define MAX_LAYER 37

View File

@ -1,7 +1,5 @@
#include "tests.h"
#include "controller.h"
// #include "CCLabel.h"
// #include "touch_dispatcher/CCTouchDispatcher.h"
#define LINE_SPACE 30

View File

@ -1,8 +1,6 @@
#ifndef _CONTROLLER_H_
#define _CONTROLLER_H_
// #include "CCLayer.h"
// #include "CCMenu.h"
#include "cocos2d.h"
using namespace cocos2d;

View File

@ -1,8 +1,5 @@
#include "testBasic.h"
#include "controller.h"
// #include "CCMenu.h"
// #include "CCLabel.h"
// #include "CCDirector.h"
BackToMainMenuLayer::BackToMainMenuLayer()
{

View File

@ -1,8 +1,6 @@
#ifndef _TEST_BASIC_H_
#define _TEST_BASIC_H_
// #include "CCScene.h"
// #include "CCLayer.h"
#include "cocos2d.h"
using namespace cocos2d;