From 4342aabe28818f0f35dbbb368d52207b8b84d231 Mon Sep 17 00:00:00 2001 From: "Jun Hyeon, Nam" Date: Thu, 15 Sep 2016 02:42:25 +0900 Subject: [PATCH] remove unnecessary comments (#16572) --- cocos/base/CCDirector.h | 3 --- cocos/platform/mac/CCApplication-mac.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/cocos/base/CCDirector.h b/cocos/base/CCDirector.h index c659ae6312..024f362296 100644 --- a/cocos/base/CCDirector.h +++ b/cocos/base/CCDirector.h @@ -212,9 +212,6 @@ public: /** Sets the glViewport.*/ void setViewport(); - - /** How many frames were called since the director started */ - /** Whether or not the replaced scene will receive the cleanup message. * If the new scene is pushed, then the old scene won't receive the "cleanup" message. diff --git a/cocos/platform/mac/CCApplication-mac.h b/cocos/platform/mac/CCApplication-mac.h index c401ba552a..ee517f270c 100644 --- a/cocos/platform/mac/CCApplication-mac.h +++ b/cocos/platform/mac/CCApplication-mac.h @@ -54,10 +54,6 @@ public: */ virtual void setAnimationInterval(float interval) override; - /** - @brief Get status bar rectangle in GLView window. - */ - /** @brief Run the message loop. * @js NA