Cleanup: unused warning

This commit is contained in:
Campbell Barton 2018-08-20 11:29:23 +10:00
parent 143511b961
commit 76ea32d192
Notes: blender-bot 2023-06-26 11:58:59 +02:00
Referenced by issue #56465, Eevee don't work in the viewvport and rendering
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,6 @@ static void add_lat_lon_vert(
GPU_vertbuf_attr_set(vbo, nor_id, *v_idx, nor);
GPU_vertbuf_attr_set(vbo, pos_id, (*v_idx)++, pos);
}
#endif
static GPUVertBuf *fill_arrows_vbo(const float scale)
{
@ -212,6 +211,7 @@ static GPUVertBuf *fill_arrows_vbo(const float scale)
return vbo;
}
#endif /* UNUSED */
static GPUVertBuf *sphere_wire_vbo(const float rad)
{