aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLPlatform.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jogamp/opencl/CLPlatform.java')
-rw-r--r--src/com/jogamp/opencl/CLPlatform.java44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/com/jogamp/opencl/CLPlatform.java b/src/com/jogamp/opencl/CLPlatform.java
index 11a562c5..dfb7dafa 100644
--- a/src/com/jogamp/opencl/CLPlatform.java
+++ b/src/com/jogamp/opencl/CLPlatform.java
@@ -538,50 +538,6 @@ public class CLPlatform {
return info;
}
- protected CLBufferBinding getBufferBinding() {
- return cl;
- }
-
- protected CLCommandQueueBinding getCommandQueueBinding() {
- return cl;
- }
-
- protected CLContextBinding getContextBinding() {
- return cl;
- }
-
- protected CLDeviceBinding getDeviceBinding() {
- return cl;
- }
-
- protected CLEventBinding getEventBinding() {
- return cl;
- }
-
- protected CLImageBinding getImageBinding() {
- return cl;
- }
-
- protected CLKernelBinding getKernelBinding() {
- return cl;
- }
-
- protected CLMemObjBinding getMemObjectBinding() {
- return cl;
- }
-
- protected CLPlatformBinding getPlatformBinding() {
- return cl;
- }
-
- protected CLProgramBinding getProgramBinding() {
- return cl;
- }
-
- protected CLSamplerBinding getSamplerBinding() {
- return cl;
- }
-
protected CL getCLBinding() {
return cl;
}