0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / src / OpenGl / OpenGl_FrameBuffer.hxx
index 4b7cd22..1fef00a 100644 (file)
@@ -269,19 +269,6 @@ protected:
     return myGlFBufferId != NO_FRAMEBUFFER;
   }
 
-protected:
-
-  //! Determine data type from texture sized format.
-  Standard_EXPORT static bool getDepthDataFormat (GLint   theTextFormat,
-                                                  GLenum& thePixelFormat,
-                                                  GLenum& theDataType);
-
-  //! Determine data type from texture sized format.
-  Standard_EXPORT static bool getColorDataFormat (const Handle(OpenGl_Context)& theCtx,
-                                                  GLint   theTextFormat,
-                                                  GLenum& thePixelFormat,
-                                                  GLenum& theDataType);
-
 protected:
 
   typedef NCollection_Vector<Handle(OpenGl_Texture)> OpenGl_TextureArray;