This commit is contained in:
Dhilan007 2013-09-17 23:22:16 +08:00
parent 509bea531a
commit a3524f420d
2 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,6 @@
#include "cocoa/CCString.h"
#include "Java_org_cocos2dx_lib_Cocos2dxHelper.h"
#include <pthread.h>
#define LOG_TAG "Java_org_cocos2dx_lib_Cocos2dxHelper.cpp"
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)

View File

@ -213,8 +213,6 @@ static cocos_dimensions engine_init_display(struct engine* engine) {
/**
* Just the current frame in the display.
*/
int tmpCount = 0;
static void engine_draw_frame(struct engine* engine) {
LOG_RENDER_DEBUG("engine_draw_frame(...)");
pthread_t thisthread = pthread_self();