From 60e877bb78dce39e05b3d6d87b2a45803073f802 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Feb 2020 11:17:06 +1100 Subject: Cleanup: unused structs --- source/blender/makesdna/DNA_space_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_space_types.h') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index adf93bb71f3..159c0424ee8 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -582,9 +582,6 @@ typedef struct SpaceSeq { /** Multiview current eye - for internal use. */ char multiview_eye; char _pad2[7]; - - struct GPUFX *compositor; - void *_pad3; } SpaceSeq; /* SpaceSeq.mainb */ -- cgit v1.2.3