mirror of https://github.com/axmolengine/axmol.git
remove unused variables
This commit is contained in:
parent
363fd8dc2a
commit
bfd945c592
|
@ -38,7 +38,6 @@ THE SOFTWARE.
|
||||||
#include "2d/CCLabelAtlas.h"
|
#include "2d/CCLabelAtlas.h"
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include "math/CCMath.h"
|
#include "math/CCMath.h"
|
||||||
#include "renderer/CCCustomCommand.h"
|
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
|
@ -504,9 +503,6 @@ protected:
|
||||||
/* Renderer for the Director */
|
/* Renderer for the Director */
|
||||||
Renderer *_renderer;
|
Renderer *_renderer;
|
||||||
|
|
||||||
/* Capture screen command */
|
|
||||||
CustomCommand _captureScreenCommand;
|
|
||||||
|
|
||||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT)
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT)
|
||||||
/* Console for the director */
|
/* Console for the director */
|
||||||
Console *_console;
|
Console *_console;
|
||||||
|
|
Loading…
Reference in New Issue