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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-02-17 14:35:20 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-02-17 14:35:20 +0300
commit2eeef0ba7b5a0c3f2117ba04ef2accf892418e13 (patch)
tree7f82cf9f1e614acddf185cb3be64305e8e5f7c4b /source/blender/blenkernel/BKE_material.h
parent30d01cf24021fa36bb65c9ba67c5a4c8222a4354 (diff)
Remove some unfinished code I accidentally commit for render thread safety.
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index ccac17e9d97..7ec5d172130 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -77,8 +77,6 @@ int material_in_material(struct Material *parmat, struct Material *mat);
void ramp_blend(int type, float *r, float *g, float *b, float fac, float *col);
-struct Material *copy_material_for_render(struct Material *ma);
-
/* copy/paste */
void clear_matcopybuf(void);
void free_matcopybuf(void);