Skip to content

Commit 7b5e475

Browse files
s1ddoks1ddok
authored andcommitted
Get rid of CCProgressNode private header + general header clean-up
1 parent 05bf8b4 commit 7b5e475

File tree

9 files changed

+0
-47
lines changed

9 files changed

+0
-47
lines changed

cocos2d-ext/TileMaps/CCTiledMapLayer.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#import "CCTextureCache.h"
3838
#import "CCShader.h"
3939
#import "Support/CGPointExtension.h"
40-
#import "CCSprite_Private.h"
4140
#import "CCTiledMapLayer_Private.h"
4241
#import "CCTexture_Private.h"
4342
// #import "CCMathTypesAndroid.h"

cocos2d-ui-tests/tests/VertexZTest.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#import "TestBase.h"
1010
#import "CCTextureCache.h"
11-
#import "CCSprite_Private.h"
1211

1312
@interface GlobalSortSprite : CCSprite @end
1413

cocos2d-ui/CCProgressNode.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
#import "CCShader.h"
3232
#import "CCDirector.h"
3333
#import "Support/CGPointExtension.h"
34-
#import "CCSprite_Private.h"
35-
36-
#import "CCProgressNode_Private.h"
3734

3835
#import "CCTexture_Private.h"
3936

cocos2d.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
08F4AB441C6E98A1004DAAF7 /* NSThread+performBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C87D1814F9A3A100C0E8B2 /* NSThread+performBlock.h */; };
182182
08F4AB451C6E98A1004DAAF7 /* CCMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = D3903B12199528B6003AA81A /* CCMetalView.h */; };
183183
08F4AB461C6E98A1004DAAF7 /* CCTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = A6DC4E0718055DCC00C280A6 /* CCTransition.h */; };
184-
08F4AB471C6E98A1004DAAF7 /* CCProgressNode_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */; };
185184
08F4AB491C6E98A1004DAAF7 /* CCActionCatmullRom.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A7A53A1514F27D00C8BD16 /* CCActionCatmullRom.h */; };
186185
08F4AB4A1C6E98A1004DAAF7 /* CCNode+Debug.h in Headers */ = {isa = PBXBuildFile; fileRef = A039EBFD155C686B0061EE37 /* CCNode+Debug.h */; };
187186
08F4AB4B1C6E98A1004DAAF7 /* CCDrawNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DA0BC115BCDCA200E80A92 /* CCDrawNode.h */; };
@@ -296,7 +295,6 @@
296295
7A5946AC19E372F200F65F90 /* CCTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = A6DC4E0718055DCC00C280A6 /* CCTransition.h */; };
297296
7A5946B919E372F300F65F90 /* CCNodeColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5018F25E0DFDEAFF00C013A5 /* CCNodeColor.h */; };
298297
7A5946C119E372F400F65F90 /* CCRenderTexture.h in Headers */ = {isa = PBXBuildFile; fileRef = 50316AA410291280003ACFE7 /* CCRenderTexture.h */; };
299-
7A5946C319E372F400F65F90 /* CCProgressNode_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */; };
300298
7A5946C419E372F400F65F90 /* CCRenderTexture_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D2B840C31909F447008063EA /* CCRenderTexture_Private.h */; };
301299
7A5946DD19E372F700F65F90 /* CCActionManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 92FF6C7318F33A2A005B7139 /* CCActionManager_Private.h */; };
302300
7A5946DE19E372F800F65F90 /* CCActionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CB3B0C100AC43A00B7A750 /* CCActionManager.h */; };
@@ -472,7 +470,6 @@
472470
B78AE46917E7AF1C0028BE0B /* CCScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = B78AE46117E7AF1C0028BE0B /* CCScrollView.m */; };
473471
B78AE46C17E7AF6C0028BE0B /* UITouch+CC.h in Headers */ = {isa = PBXBuildFile; fileRef = B78AE46A17E7AF6C0028BE0B /* UITouch+CC.h */; };
474472
B78AE46D17E7AF6C0028BE0B /* UITouch+CC.m in Sources */ = {isa = PBXBuildFile; fileRef = B78AE46B17E7AF6C0028BE0B /* UITouch+CC.m */; };
475-
B791E85D182074C500DAE1D7 /* CCProgressNode_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */; };
476473
B798D143181F469100E7BFCD /* CCLabelBMFont_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B798D142181F469100E7BFCD /* CCLabelBMFont_Private.h */; };
477474
B79F905A17FE2A2E00908504 /* CCTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = B79F905817FE2A2E00908504 /* CCTableView.h */; };
478475
B79F905B17FE2A2E00908504 /* CCTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = B79F905917FE2A2E00908504 /* CCTableView.m */; };
@@ -689,7 +686,6 @@
689686
B78AE46117E7AF1C0028BE0B /* CCScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCScrollView.m; path = "cocos2d-ui/CCScrollView.m"; sourceTree = "<group>"; };
690687
B78AE46A17E7AF6C0028BE0B /* UITouch+CC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITouch+CC.h"; sourceTree = "<group>"; };
691688
B78AE46B17E7AF6C0028BE0B /* UITouch+CC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITouch+CC.m"; sourceTree = "<group>"; };
692-
B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCProgressNode_Private.h; sourceTree = "<group>"; };
693689
B798D142181F469100E7BFCD /* CCLabelBMFont_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLabelBMFont_Private.h; sourceTree = "<group>"; };
694690
B79F905817FE2A2E00908504 /* CCTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCTableView.h; path = "cocos2d-ui/CCTableView.h"; sourceTree = "<group>"; };
695691
B79F905917FE2A2E00908504 /* CCTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCTableView.m; path = "cocos2d-ui/CCTableView.m"; sourceTree = "<group>"; };
@@ -1098,7 +1094,6 @@
10981094
5018F25F0DFDEAFF00C013A5 /* CCNodeColor.m */,
10991095
50316AA410291280003ACFE7 /* CCRenderTexture.h */,
11001096
50316AA510291280003ACFE7 /* CCRenderTexture.m */,
1101-
B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */,
11021097
D2B840C31909F447008063EA /* CCRenderTexture_Private.h */,
11031098
);
11041099
name = "Misc Nodes";
@@ -1395,7 +1390,6 @@
13951390
08F4AB441C6E98A1004DAAF7 /* NSThread+performBlock.h in Headers */,
13961391
08F4AB451C6E98A1004DAAF7 /* CCMetalView.h in Headers */,
13971392
08F4AB461C6E98A1004DAAF7 /* CCTransition.h in Headers */,
1398-
08F4AB471C6E98A1004DAAF7 /* CCProgressNode_Private.h in Headers */,
13991393
08F4AB491C6E98A1004DAAF7 /* CCActionCatmullRom.h in Headers */,
14001394
08F4AB4A1C6E98A1004DAAF7 /* CCNode+Debug.h in Headers */,
14011395
08F4AB4B1C6E98A1004DAAF7 /* CCDrawNode.h in Headers */,
@@ -1489,7 +1483,6 @@
14891483
A0C87D1A14F9A3A100C0E8B2 /* NSThread+performBlock.h in Headers */,
14901484
D3903B14199528B6003AA81A /* CCMetalView.h in Headers */,
14911485
A6DC4E0918055DCC00C280A6 /* CCTransition.h in Headers */,
1492-
B791E85D182074C500DAE1D7 /* CCProgressNode_Private.h in Headers */,
14931486
A0A7A53C1514F27D00C8BD16 /* CCActionCatmullRom.h in Headers */,
14941487
A039EBFF155C686B0061EE37 /* CCNode+Debug.h in Headers */,
14951488
A0DA0BC315BCDCA200E80A92 /* CCDrawNode.h in Headers */,
@@ -1532,7 +1525,6 @@
15321525
7A5946AC19E372F200F65F90 /* CCTransition.h in Headers */,
15331526
7A5946B919E372F300F65F90 /* CCNodeColor.h in Headers */,
15341527
7A5946C119E372F400F65F90 /* CCRenderTexture.h in Headers */,
1535-
7A5946C319E372F400F65F90 /* CCProgressNode_Private.h in Headers */,
15361528
7A5946C419E372F400F65F90 /* CCRenderTexture_Private.h in Headers */,
15371529
7A5946DD19E372F700F65F90 /* CCActionManager_Private.h in Headers */,
15381530
7A5946DE19E372F800F65F90 /* CCActionManager.h in Headers */,

cocos2d/CCLabelBMFont.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#import "Support/CGPointExtension.h"
4747
#import "Support/uthash.h"
4848
#import "CCLabelBMFont_Private.h"
49-
#import "CCSprite_Private.h"
5049

5150
#pragma mark -
5251
#pragma mark FNTConfig Cache - free functions

cocos2d/CCNoARC.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#import "CCTexture_Private.h"
2-
#import "CCSprite_Private.h"
32
#import "CCRenderer_Private.h"
43
#import "CCShader_Private.h"
54

cocos2d/CCProgressNode_Private.h

Lines changed: 0 additions & 30 deletions
This file was deleted.

cocos2d/CCSprite.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#import "Support/CGPointExtension.h"
3939
#import "Support/CCProfiling.h"
4040
#import "CCRenderer_Private.h"
41-
#import "CCSprite_Private.h"
4241
#import "CCTexture_Private.h"
4342

4443
#pragma mark -

cocos2d/CCSprite9Slice.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727

2828
#import "CCSprite9Slice.h"
29-
#import "CCSprite_Private.h"
3029
#import "CCTexture_Private.h"
3130

3231
// ---------------------------------------------------------------------

0 commit comments

Comments
 (0)