[Bf-blender-cvs] [c9a83804264] master: Cleanup: remove unused ImBuf.next/prev pointers

Campbell Barton noreply at git.blender.org
Mon Sep 12 03:23:17 CEST 2022


Commit: c9a8380426462686e3281ed5ee504a4a8f553d6b
Author: Campbell Barton
Date:   Mon Sep 12 11:20:22 2022 +1000
Branches: master
https://developer.blender.org/rBc9a8380426462686e3281ed5ee504a4a8f553d6b

Cleanup: remove unused ImBuf.next/prev pointers

===================================================================

M	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.



More information about the Bf-blender-cvs mailing list