Skip to content

Commit

Permalink
Removed unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Nov 14, 2024
1 parent 2b75a6c commit 9078f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/java_binding/src/main/cpp/KtxTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ extern "C" JNIEXPORT jint JNICALL Java_org_khronos_ktx_KtxTexture_glUpload(JNIEn
}

GLuint textureValue = 0;
GLuint *pTexture = &textureValue;
if (javaTexture != NULL)
{
jint *javaTextureArrayElements = env->GetIntArrayElements(javaTexture, NULL);
Expand Down

0 comments on commit 9078f0a

Please sign in to comment.