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>2013-11-04 23:21:16 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-11-04 23:21:16 +0400
commita565e34c39880557ca09ec02d8bfb05e4bcccbae (patch)
treeb0afc20e5ca84a797e3320cf87040fd65e44c13a /source/gameengine/Converter/BlenderWorldInfo.cpp
parentcf9fe8f329cee363439c90a3b86dc99e25377088 (diff)
BGE Rasterizer Cleanup: Removing KX_BlenderGL since it was mostly one-line functions used by KX_BlenderCanvas. KX_BlenderCanvas now just calls those functions directly.
Diffstat (limited to 'source/gameengine/Converter/BlenderWorldInfo.cpp')
-rw-r--r--source/gameengine/Converter/BlenderWorldInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Converter/BlenderWorldInfo.cpp b/source/gameengine/Converter/BlenderWorldInfo.cpp
index 25da8155867..f1f264b3367 100644
--- a/source/gameengine/Converter/BlenderWorldInfo.cpp
+++ b/source/gameengine/Converter/BlenderWorldInfo.cpp
@@ -33,7 +33,6 @@
#include <stdio.h> // printf()
#include "BlenderWorldInfo.h"
-#include "KX_BlenderGL.h"
/* This little block needed for linking to Blender... */
#ifdef WIN32