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:
authorMitchell Stokes <mogurijin@gmail.com>2014-03-31 05:35:02 +0400
committerMitchell Stokes <mogurijin@gmail.com>2015-12-08 06:25:12 +0300
commit964107fbce77fac3badf2de027e6096cc8efe7ca (patch)
tree0a46a17d7c07acfb9e4fb7f99a88ad1973297568 /source/gameengine/VideoTexture
parentfe2f3a131d96e4b0d1c85e1379b30c73f6378ffd (diff)
BGE code cleanup: Removing RAS_GLExtensionManager.
This class did nothing but print out extensions if they were found. Instead, the code from bge.logic.PrintGLInfo() is now printed as the Rasterizer is initialized. This gives better information, and it removes some GL code from KX_PythonInit.cpp (the PrintGLInfo method now calls the Rasterizer to print the information). Differential Revision: https://developer.blender.org/D438
Diffstat (limited to 'source/gameengine/VideoTexture')
-rw-r--r--source/gameengine/VideoTexture/blendVideoTex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/VideoTexture/blendVideoTex.cpp b/source/gameengine/VideoTexture/blendVideoTex.cpp
index 30a8107b558..a62ffee3137 100644
--- a/source/gameengine/VideoTexture/blendVideoTex.cpp
+++ b/source/gameengine/VideoTexture/blendVideoTex.cpp
@@ -32,8 +32,6 @@
#include "KX_PythonInit.h"
-#include <RAS_GLExtensionManager.h>
-
#include <RAS_IPolygonMaterial.h>
//Old API