mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 16:59:56 +01:00
Windows: Removed unused variable from display.c
This commit is contained in:
parent
3b03560ee7
commit
0c2f7092e2
|
|
@ -206,7 +206,6 @@ jobject convertToNativeRamp(JNIEnv *env, jobject float_gamma_obj) {
|
|||
int i;
|
||||
float scaledRampEntry;
|
||||
WORD rampEntry;
|
||||
HDC screenDC;
|
||||
const float *gammaRamp = (const float *)(*env)->GetDirectBufferAddress(env, float_gamma_obj);
|
||||
jint gamma_ramp_length = (*env)->GetDirectBufferCapacity(env, float_gamma_obj);
|
||||
jobject native_ramp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue