Cleanup: remove unused bStats struct

This commit is contained in:
Campbell Barton 2019-02-17 18:09:38 +11:00
parent e0e6229176
commit 19a703b0db
1 changed files with 0 additions and 9 deletions

View File

@ -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 */