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>2011-06-11 12:55:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-11 12:55:29 +0400
commita3101de7be2820bd19fd6aec25c63ccb449a8675 (patch)
tree5a20be336abae1b5843965dfee67b40efe33190c /source/blender/render/intern/include
parentc2e1f3a1e2b2f06ba1500e4965310d1bd039fb66 (diff)
remove backbuf from internal struct's (unused in 2.5x)
Diffstat (limited to 'source/blender/render/intern/include')
-rw-r--r--source/blender/render/intern/include/render_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index cf16211b6d1..b2535ebc9ea 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -214,7 +214,7 @@ struct Render
ListBase instancetable;
int totinstance;
- struct Image *backbuf, *bakebuf;
+ struct Image *bakebuf;
struct GHash *orco_hash;