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.h
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.h')
-rw-r--r--source/gameengine/Converter/BlenderWorldInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Converter/BlenderWorldInfo.h b/source/gameengine/Converter/BlenderWorldInfo.h
index 30de5e89269..af535d65d62 100644
--- a/source/gameengine/Converter/BlenderWorldInfo.h
+++ b/source/gameengine/Converter/BlenderWorldInfo.h
@@ -33,7 +33,6 @@
#define __BLENDERWORLDINFO_H__
#include "MT_CmMatrix4x4.h"
#include "KX_WorldInfo.h"
-#include "KX_BlenderGL.h"
class BlenderWorldInfo : public KX_WorldInfo
{