mirror of https://github.com/encounter/SDL.git
Android: Removed unused internal function.
This commit is contained in:
parent
9581d4a585
commit
379a430408
|
@ -732,15 +732,6 @@ public class SDLActivity extends Activity {
|
||||||
/** com.android.vending.expansion.zipfile.ZipResourceFile's getInputStream() or null. */
|
/** com.android.vending.expansion.zipfile.ZipResourceFile's getInputStream() or null. */
|
||||||
private Method expansionFileMethod;
|
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.
|
* This method is called by SDL using JNI.
|
||||||
* @return an InputStream on success or null if no expansion file was used.
|
* @return an InputStream on success or null if no expansion file was used.
|
||||||
|
|
Loading…
Reference in New Issue