The implementation was already hidden so this is not needed too.
@ -31,7 +31,9 @@ namespace Magnum { namespace Implementation {
GLint maxTextureSideSize();
GLint max3DTextureDepth();
#ifndef MAGNUM_TARGET_GLES2
GLint maxTextureArrayLayers();
#endif
GLint maxCubeMapTextureSideSize();
}}