From 19a703b0db1687aac2e887f32b225e897a3fac88 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 17 Feb 2019 18:09:38 +1100 Subject: Cleanup: remove unused bStats struct --- source/blender/makesdna/DNA_scene_types.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') 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 @@ -1521,15 +1521,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 */ -- cgit v1.2.3