From 39b25c93076fbdb986d6b275e37042e62a23fabd Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 10 Apr 2014 17:15:59 +0800 Subject: [PATCH] Removed unused comments in GUIDefine.h --- cocos/ui/GUIDefine.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cocos/ui/GUIDefine.h b/cocos/ui/GUIDefine.h index 58fd787fbc..0fcdccc8a0 100644 --- a/cocos/ui/GUIDefine.h +++ b/cocos/ui/GUIDefine.h @@ -70,10 +70,4 @@ cocostudio::ObjectFactory::TInfo(#className, &className::createInstance) \ - - - -//#define CUSTOM_GUI_PARSE_FUNCTION(className, functionName) \ -// className::functionName \ - #endif /* defined(__TestCpp__GUIDefine__) */