Skip to content

Commit 361a59a

Browse files
committed
Remove setNotificationNode bindings
1 parent f58fcb8 commit 361a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ class cocos2d::CCDirector : cocos2d::CCObject, cocos2d::TypeInfo {
943943
void setGLDefaultValues() = imac 0x482b30, m1 0x3e8a74, ios 0x175408;
944944
void setNextDeltaTimeZero(bool);
945945
void setNextScene() = imac 0x483290, m1 0x3e9110, ios 0x175730;
946-
void setNotificationNode(cocos2d::CCNode*) = imac 0x4849e0, m1 0x3ea59c;
946+
// void setNotificationNode(cocos2d::CCNode*) = imac 0x4849e0, m1 0x3ea59c;
947947
void setOpenGLView(cocos2d::CCEGLView*);
948948
void setProjection(cocos2d::ccDirectorProjection) = imac 0x482be0, m1 0x3e8b04, ios 0x175484;
949949
void setupScreenScale(cocos2d::CCSize, cocos2d::CCSize, cocos2d::TextureQuality) = m1 0x3e9674, imac 0x483890, ios 0x175b74;

0 commit comments

Comments
 (0)