From c9a8380426462686e3281ed5ee504a4a8f553d6b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Sep 2022 11:20:22 +1000 Subject: Cleanup: remove unused ImBuf.next/prev pointers --- source/blender/imbuf/IMB_imbuf_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index 45d05e9b856..03bb11d0cf6 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -166,8 +166,6 @@ typedef enum eImBufFlags { * \{ */ typedef struct ImBuf { - struct ImBuf *next, *prev; /** < allow lists of #ImBufs, for caches or flip-books. */ - /* dimensions */ /** Width and Height of our image buffer. * Should be 'unsigned int' since most formats use this. -- cgit v1.2.3