Skip to content

Commit

Permalink
Android: Removed unused internal function.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 30, 2016
1 parent 9581d4a commit 379a430
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -732,15 +732,6 @@ public static void pollInputDevices() {
/** com.android.vending.expansion.zipfile.ZipResourceFile's getInputStream() or null. */
private Method expansionFileMethod;

/**
* This method was called by SDL using JNI.
* @deprecated because of an incorrect name
*/
@Deprecated
public InputStream openAPKExtensionInputStream(String fileName) throws IOException {
return openAPKExpansionInputStream(fileName);
}

/**
* This method is called by SDL using JNI.
* @return an InputStream on success or null if no expansion file was used.
Expand Down

0 comments on commit 379a430

Please sign in to comment.