From b87c29d50bce6ca2fa955f8cb14b61573e23bf42 Mon Sep 17 00:00:00 2001 From: folecr Date: Fri, 29 Mar 2013 15:12:03 -0700 Subject: [PATCH] simplegame : logging of entry points into app --- samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp b/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp index 2b076599f6..fb051d12c5 100644 --- a/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp +++ b/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp @@ -14,4 +14,3 @@ void cocos_android_app_init (void) { LOGD("cocos_android_app_init"); simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate(); } -