diff options
author | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
commit | 19528b880625ee830ab03cb2724311a874240fe8 (patch) | |
tree | 9140a65757502386256b2d839bcba62e8b43c398 /src/demos/es2/perftst/PerfUniLoad.java | |
parent | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff) |
changes due to package rename in jogl.
Diffstat (limited to 'src/demos/es2/perftst/PerfUniLoad.java')
-rwxr-xr-x | src/demos/es2/perftst/PerfUniLoad.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/demos/es2/perftst/PerfUniLoad.java b/src/demos/es2/perftst/PerfUniLoad.java index b2af9cb..7cf32a2 100755 --- a/src/demos/es2/perftst/PerfUniLoad.java +++ b/src/demos/es2/perftst/PerfUniLoad.java @@ -4,8 +4,6 @@ import java.nio.*; import javax.media.opengl.*; import com.jogamp.opengl.util.*; -import com.jogamp.javafx.newt.*; -import com.jogamp.javafx.newt.opengl.*; public class PerfUniLoad extends PerfModule { static final int MAX_ARRAYS = 12; |