Remove unused code.

This commit is contained in:
2018-01-22 13:51:08 +01:00
parent 8bef347d05
commit c45a684d39
2 changed files with 0 additions and 47 deletions

View File

@@ -16,14 +16,6 @@ namespace fmri {
*/
GLuint loadTexture(DType const * data, int width, int height);
/**
*
* @param type
* @param source
* @return
*/
GLuint compileShader(GLenum type, char const * source);
/**
* Callback handler to handle resizing windows.
*