Cleanup: remove unused bStats struct

This commit is contained in:
2019-02-17 18:09:38 +11:00
parent e0e6229176
commit 19a703b0db

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