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:
authorJens Verwiebe <info@jensverwiebe.de>2014-03-31 16:53:30 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-03-31 16:53:30 +0400
commit49ca3fdf16d9748535e4cb9daa91f1e8a4e54040 (patch)
tree72117d0065e1ddfa25f0d5a7a1fa06a37e5cbd61 /source/blender/makesrna/intern/rna_scene.c
parent097a3756c009f5cd9764c5ac1af14d80c2ebbfac (diff)
Fix compile due forgot remove BKE_scene_omp_threads_update from patch
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index d1b04bdc1a9..b374e9552be 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -681,11 +681,6 @@ static char *rna_RenderSettings_path(PointerRNA *UNUSED(ptr))
return BLI_sprintfN("render");
}
-static void rna_omp_threads_update(Main *UNUSED(bmain), Scene *scene, PointerRNA *UNUSED(ptr))
-{
- BKE_scene_omp_threads_update(scene);
-}
-
static int rna_omp_threads_get(PointerRNA *ptr)
{
Scene *scene = (Scene *)ptr->data;