Skip to content

Commit

Permalink
Optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 19, 2019
1 parent 0d9823b commit ea19a5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import android.opengl.GLES31;
import android.os.Build;
import android.util.Log;

import com.fkeglevich.rawdumper.gl.compute.ShaderSourceUtil;
import com.fkeglevich.rawdumper.gl.exception.GLException;
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/com/fkeglevich/rawdumper/gl/GLBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@

package com.fkeglevich.rawdumper.gl;

import android.opengl.EGL14;
import android.opengl.GLES20;
import android.opengl.GLES30;
import android.opengl.GLUtils;
import android.util.Log;

import java.nio.Buffer;
import java.nio.ByteBuffer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.fkeglevich.rawdumper.gl.exception.GLUncheckedException;

import java.nio.ByteBuffer;
import java.util.Arrays;

/**
* Created by flavio on 26/11/17.
Expand Down

0 comments on commit ea19a5f

Please sign in to comment.