Unused framebuffers in `edit_mesh_mode.c`
This commit is contained in:
Jeroen Bakker
2019-09-26 12:56:20 +02:00
parent bb74bd243f
commit 24afa26a50

View File

@@ -89,7 +89,6 @@ typedef struct EDIT_MESH_PassList {
typedef struct EDIT_MESH_FramebufferList {
struct GPUFrameBuffer *occlude_wire_fb;
struct GPUFrameBuffer *ghost_wire_fb;
} EDIT_MESH_FramebufferList;
typedef struct EDIT_MESH_StorageList {