diff options
Diffstat (limited to 'src/OpenGLSupport.cpp')
-rw-r--r-- | src/OpenGLSupport.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/OpenGLSupport.cpp b/src/OpenGLSupport.cpp index 27b1480..01fa9d8 100644 --- a/src/OpenGLSupport.cpp +++ b/src/OpenGLSupport.cpp @@ -22,16 +22,6 @@ namespace OpenGL { -DO_PROCLIST(DECLPROC); - - -bool Init() -{ - DO_PROCLIST(LOADPROC); - - return true; -} - bool BuildShaderProgram(const char* vs, const char* fs, GLuint* ids, const char* name) { int len; |