File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
core/template/android/activity Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ public boolean isNetworkConnected()
219219}
220220
221221public class pen_activity extends Activity {
222-
223- public static native void entry ();
224222 public static native void register_asset_manager (AssetManager asset_manager );
225223 public static native void set_persistent_data_dir (String cache_dir );
226224 public static native void native_on_key_down (int key_code , int unicode_char );
@@ -260,8 +258,6 @@ protected void onCreate(Bundle arg0) {
260258 init (this );
261259 FMOD .init (this );
262260
263- entry ();
264-
265261 // register asset manager
266262 set_persistent_data_dir (this .getCacheDir ().getPath ());
267263 register_asset_manager (getApplicationContext ().getAssets ());
You can’t perform that action at this time.
0 commit comments