diff --git a/Source/OpenTK/Compute/CL10/CL.cs b/Source/OpenTK/Compute/CL10/CL.cs
index bf7512e6..9bf2f320 100644
--- a/Source/OpenTK/Compute/CL10/CL.cs
+++ b/Source/OpenTK/Compute/CL10/CL.cs
@@ -7602,10 +7602,6 @@ namespace OpenTK.Compute.CL10
}
}
-
- ///
- /// Block until all GL execution is complete
- ///
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFinish")]
public static
int Finish(IntPtr command_queue)
@@ -7613,10 +7609,6 @@ namespace OpenTK.Compute.CL10
return Delegates.clFinish((IntPtr)command_queue);
}
-
- ///
- /// Force execution of GL commands in finite time
- ///
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFlush")]
public static
int Flush(IntPtr command_queue)