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>2014-02-04 00:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-04 00:20:19 +0400
commit76543574bc2902dc846582efbb5eab4ad68094e1 (patch)
tree0ceedc9d0c0ad902a64b40ee48357a616863048c /source/blender/render/extern
parent4b07579cd49817e536e81a53ee66e7c4919e5aac (diff)
Code cleanup: declarations for removed functions
Diffstat (limited to 'source/blender/render/extern')
-rw-r--r--source/blender/render/extern/include/RE_pipeline.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index 18367b9777c..7251ba7a66d 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -217,9 +217,6 @@ void RE_DataBase_ApplyWindow(struct Render *re);
/* rotate scene again, for incremental render */
void RE_DataBase_IncrementalView(struct Render *re, float viewmat[4][4], int restore);
-/* override the scene setting for amount threads, commandline */
-void RE_set_max_threads(int threads);
-
/* set the render threads based on the commandline and autothreads setting */
void RE_init_threadcount(Render *re);