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>2021-02-05 13:32:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-05 14:33:27 +0300
commitf8cbd333d653022d3a3340d0249dd957f02e31e5 (patch)
tree60f90d5c6a6f328e8cea6369539ed270ac9e2289 /source/blender/render
parentf21b4e69b0ea98c3196246b0e4e4e97cd34c8e83 (diff)
Cleanup: outdated/unhelpful comments
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/pipeline.c b/source/blender/render/intern/pipeline.c
index 99404c1a1f5..6e15066575c 100644
--- a/source/blender/render/intern/pipeline.c
+++ b/source/blender/render/intern/pipeline.c
@@ -2337,7 +2337,7 @@ static int do_write_image_or_movie(Render *re,
printf(" (Saving: %s)\n", name);
fputc('\n', stdout);
- fflush(stdout); /* needed for renderd !! (not anymore... (ton)) */
+ fflush(stdout);
return ok;
}