mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Android: Don't name unused JNIEnv/jobject/jclass parameters
This commit is contained in:
parent
57dc54144d
commit
e4793cfb39
6 changed files with 85 additions and 110 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
namespace IDCache
|
||||
{
|
||||
static constexpr jint JNI_VERSION = JNI_VERSION_1_6;
|
||||
|
||||
JNIEnv* GetEnvForThread();
|
||||
|
||||
jclass GetNativeLibraryClass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue