From c08d847488048e9d5233bfd14e363de574332846 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Sat, 18 Jul 2020 07:49:25 -0700 Subject: UI: Status Bar Statistics and Other Options Status Bar can show scene statistics, memory usage, version, etc set by context menu. Part two of T75672. Differential Revision: https://developer.blender.org/D7557 Reviewed by Julian Eisel --- source/blender/makesdna/DNA_layer_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna/DNA_layer_types.h') diff --git a/source/blender/makesdna/DNA_layer_types.h b/source/blender/makesdna/DNA_layer_types.h index 6348dc5f03d..cb604fd6681 100644 --- a/source/blender/makesdna/DNA_layer_types.h +++ b/source/blender/makesdna/DNA_layer_types.h @@ -115,7 +115,6 @@ typedef struct ViewLayer { ListBase object_bases; /** Default allocated now. */ struct SceneStats *stats; - char footer_str[128]; struct Base *basact; /** A view layer has one top level layer collection, because a scene has only one top level -- cgit v1.2.3