diff options
author | Michael Bien <[email protected]> | 2010-04-08 01:43:50 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-08 01:43:50 +0200 |
commit | e90e949a8abb22a2019159627498d775fbd023ae (patch) | |
tree | 16546222180cc05de4f45c9619d74c63fb6b30ae /resources/cl-impl.cfg | |
parent | 1b955b7d72dfd14e9b04a9fefc27ee424fbfe93f (diff) |
removed duplicated imports due to changes in gluegen.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index 7f6e1438..f1e97150 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -5,9 +5,6 @@ Style ImplOnly #imports for all generated java files Import com.mbien.opencl.* Import com.mbien.opencl.gl.CLGLI -Import java.nio.IntBuffer -Import java.nio.LongBuffer -Import java.nio.Buffer ClassJavadoc CLImpl /** ClassJavadoc CLImpl * Java bindings to OpenCL, the Open Computing Language. |