Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
marclurr committed Dec 9, 2023
1 parent 034a6d6 commit 7a00685
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions love/src/main/java/org/love2d/android/GameActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ public void onClick(DialogInterface dialog, int id) {
alert_dialog.setCancelable(false);
alert_dialog.create().show();
}
} else {
// No game specified via the intent data or embed build is used.
// Load game archive only when needed.
needToCopyGameInArchive = embed;
gamePath = "";
}

Log.d("GameActivity", "new gamePath: " + gamePath);
Expand Down

0 comments on commit 7a00685

Please sign in to comment.