[Bf-blender-cvs] [048f1a1b8b7] master: GPU: remove unused member from FrameBuffer

Germano Cavalcante noreply at git.blender.org
Fri Oct 21 16:58:59 CEST 2022


Commit: 048f1a1b8b7ccf5b3d618a76a947941bf5d534f2
Author: Germano Cavalcante
Date:   Fri Oct 21 11:57:42 2022 -0300
Branches: master
https://developer.blender.org/rB048f1a1b8b7ccf5b3d618a76a947941bf5d534f2

GPU: remove unused member from FrameBuffer

Accidentally added in rB2510bd3a5f35d14f5e0e098c79a776916d273223

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

M	source/blender/gpu/intern/gpu_framebuffer_private.hh

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

diff --git a/source/blender/gpu/intern/gpu_framebuffer_private.hh b/source/blender/gpu/intern/gpu_framebuffer_private.hh
index 76e816e7f65..5afcc102e44 100644
--- a/source/blender/gpu/intern/gpu_framebuffer_private.hh
+++ b/source/blender/gpu/intern/gpu_framebuffer_private.hh
@@ -94,11 +94,6 @@ class FrameBuffer {
   void **py_ref = nullptr;
 #endif
 
- public:
-  /* Reference of a pointer that needs to be cleaned when deallocating the frame-buffer.
-   * Points to #BPyGPUFrameBuffer::fb */
-  void **ref = nullptr;
-
  public:
   FrameBuffer(const char *name);
   virtual ~FrameBuffer();



More information about the Bf-blender-cvs mailing list