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();
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs