remove unnecessary comments (#16572)

This commit is contained in:
Jun Hyeon, Nam 2016-09-15 02:42:25 +09:00 committed by Ricardo Quesada
parent 5f4fb66f61
commit 4342aabe28
2 changed files with 0 additions and 7 deletions

View File

@ -213,9 +213,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.
* If the new scene replaces the old one, the it will receive the "cleanup" message.

View File

@ -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