aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/egl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-14 08:54:50 +0100
committerSven Gothel <[email protected]>2010-11-14 08:54:50 +0100
commitc3bfb82614e9fa0f8ea7169cd412a6f0c71973e0 (patch)
treeb8c8d8fc0ef29f6687da63d84a325da8b31c3568 /src/jogl/classes/com/jogamp/opengl/impl/egl
parent59ce11a4d732bea8199e1546d83a95ede4f67e07 (diff)
import cleanup
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/impl/egl')
-rw-r--r--src/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferDrawable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferDrawable.java b/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferDrawable.java
index 5b7509c43..e633d0b47 100644
--- a/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferDrawable.java
+++ b/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferDrawable.java
@@ -42,8 +42,6 @@ package com.jogamp.opengl.impl.egl;
import javax.media.opengl.*;
import javax.media.nativewindow.*;
-import javax.media.nativewindow.egl.*;
-import com.jogamp.opengl.impl.*;
public class EGLPbufferDrawable extends EGLDrawable {
private int texFormat;