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 <brecht@blender.org>2020-10-29 14:22:25 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-10-29 16:23:06 +0300
commit569b7c28212b2c77ca4c6b530131de5fa8e73a95 (patch)
tree8ceeae9b108f8d671fb3b6d627491ebec901af9a /source/blender/render/extern/include
parentf4e8c0c104f3efb66b36f15101dd16242cd43549 (diff)
Cleanup: remove unused Blender Internal render stats code
Diffstat (limited to 'source/blender/render/extern/include')
-rw-r--r--source/blender/render/extern/include/RE_pipeline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index 089c7eb044b..4dd2b300700 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -159,7 +159,6 @@ typedef struct RenderResult {
typedef struct RenderStats {
int cfra;
- int totface, totvert, totlamp, totpart;
bool localview;
double starttime, lastframetime;
const char *infostr, *statstr;