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>2019-02-17 10:09:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-17 10:09:38 +0300
commit19a703b0db1687aac2e887f32b225e897a3fac88 (patch)
tree32a6f701f17df3f7049787e01d4e0edd7bb79f78 /source/blender/makesdna/DNA_scene_types.h
parente0e6229176573484431d2bbf3ba0c2f849522789 (diff)
Cleanup: remove unused bStats struct
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index b0da74a13d8..d647a9c8a81 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1522,15 +1522,6 @@ typedef struct ToolSettings {
/* Assorted Scene Data */
/* ------------------------------------------- */
-/* Stats (show in Info header) */
-
-typedef struct bStats {
- /* scene totals for visible layers */
- int totobj, totlamp, totobjsel, totcurve, totmesh, totarmature;
- int totvert, totface;
-} bStats;
-
-/* ------------------------------------------- */
/* Unit Settings */
typedef struct UnitSettings {