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:
authorCampbell Barton <ideasman42@gmail.com>2013-04-05 04:10:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 04:10:33 +0400
commitdee2f0c9ac8312ff71241d86591adb8f9b06c53a (patch)
tree1a426dea9e0d943932d17ec65bdf6d632e9db106 /source/gameengine/VideoTexture/blendVideoTex.cpp
parent54363910bc0d6a0e066d2508b216b5ad698f9185 (diff)
correction to previous warning cleanup, also quiet shadow-warning for thumbnail `size`
Diffstat (limited to 'source/gameengine/VideoTexture/blendVideoTex.cpp')
-rw-r--r--source/gameengine/VideoTexture/blendVideoTex.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/gameengine/VideoTexture/blendVideoTex.cpp b/source/gameengine/VideoTexture/blendVideoTex.cpp
index e23bd1a3231..ab6dca0958f 100644
--- a/source/gameengine/VideoTexture/blendVideoTex.cpp
+++ b/source/gameengine/VideoTexture/blendVideoTex.cpp
@@ -134,11 +134,6 @@ extern PyTypeObject FilterRGBA32Type;
extern PyTypeObject FilterBGR24Type;
extern PyTypeObject ImageBuffType;
extern PyTypeObject ImageMixType;
-extern PyTypeObject ImageRenderType;
-extern PyTypeObject ImageMirrorType;
-extern PyTypeObject ImageViewportType;
-extern PyTypeObject ImageViewportType;
-
static void registerAllTypes(void)
{