diff --git a/Source/OpenTK/Compute/CL10/CLHelper.cs b/Source/OpenTK/Compute/CL10/CLHelper.cs
index 8eacf10c..e5a0cece 100644
--- a/Source/OpenTK/Compute/CL10/CLHelper.cs
+++ b/Source/OpenTK/Compute/CL10/CLHelper.cs
@@ -35,10 +35,7 @@ namespace OpenTK.Compute.CL10
///
/// Provides access to the OpenCL 1.0 flat API.
///
-#if EXPERIMENTAL
- public
-#endif
- sealed partial class CL : BindingsBase
+ public sealed partial class CL : BindingsBase
{
#region Fields
diff --git a/Source/OpenTK/Graphics/ES10/Helper.cs b/Source/OpenTK/Graphics/ES10/Helper.cs
index 7be6c6cf..16f87c7c 100644
--- a/Source/OpenTK/Graphics/ES10/Helper.cs
+++ b/Source/OpenTK/Graphics/ES10/Helper.cs
@@ -7,10 +7,7 @@ namespace OpenTK.Graphics.ES10
///
/// Provides access to OpenGL ES 1.0 methods.
///
-#if EXPERIMENTAL
- public
-#endif
- sealed partial class GL : GraphicsBindingsBase
+ public sealed partial class GL : GraphicsBindingsBase
{
const string Library = "libGLES.dll";
static readonly object sync_root = new object();
diff --git a/Source/OpenTK/Graphics/ES11/Helper.cs b/Source/OpenTK/Graphics/ES11/Helper.cs
index bc439eec..c8308447 100644
--- a/Source/OpenTK/Graphics/ES11/Helper.cs
+++ b/Source/OpenTK/Graphics/ES11/Helper.cs
@@ -9,10 +9,8 @@ namespace OpenTK.Graphics.ES11
///
/// Provides access to OpenGL ES 1.1 methods.
///
-#if EXPERIMENTAL
- public
-#endif
- sealed partial class GL : GraphicsBindingsBase
+
+ public sealed partial class GL : GraphicsBindingsBase
{
const string Library = "libGLES.dll";
static readonly object sync_root = new object();