Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-OOG-ah committed Nov 26, 2024
1 parent 813d2c7 commit a0564c5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/lwjglx/openal/AL.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.lwjgl.openal.ALC10;
import org.lwjgl.openal.ALCCapabilities;
import org.lwjgl.system.MemoryStack;
import org.lwjglx.BufferUtils;
import org.lwjglx.LWJGLException;
import org.lwjglx.Sys;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/lwjglx/opengl/GL15x.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import java.nio.ByteBuffer;

import org.lwjgl.BufferUtils;
import org.lwjgl.PointerBuffer;
import org.lwjgl.opengl.GL15;
import org.lwjgl.system.MemoryStack;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/lwjglx/opengl/GL20x.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import java.nio.IntBuffer;
import java.nio.ShortBuffer;

import org.lwjgl.BufferUtils;
import org.lwjgl.PointerBuffer;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL20;
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/lwjglx/util/glu/MipMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
import static org.lwjgl.stb.STBImageResize.*;
import static org.lwjgl.system.MemoryStack.stackPush;
import static org.lwjglx.util.glu.GLU.*;
import static org.openjdk.nashorn.internal.objects.NativeError.getStack;

import java.nio.ByteBuffer;

import org.lwjgl.system.MemoryStack;
import org.lwjglx.BufferUtils;

/**
* MipMap.java
Expand Down

0 comments on commit a0564c5

Please sign in to comment.