Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/rendering/GLUtils.h')
-rwxr-xr-xsource/blender/freestyle/intern/rendering/GLUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/rendering/GLUtils.h b/source/blender/freestyle/intern/rendering/GLUtils.h
index 453b3f31259..2b358230e36 100755
--- a/source/blender/freestyle/intern/rendering/GLUtils.h
+++ b/source/blender/freestyle/intern/rendering/GLUtils.h
@@ -23,7 +23,7 @@
#include "../system/FreestyleConfig.h"
-int LIB_RENDERING_EXPORT isExtensionSupported(const char *extension);
-void LIB_RENDERING_EXPORT *glutils_extgl_GetProcAddress(const char *name);
+// int LIB_RENDERING_EXPORT isExtensionSupported(const char *extension);
+// void LIB_RENDERING_EXPORT *glutils_extgl_GetProcAddress(const char *name);
#endif