commit a31ae00092eb444e4c9f4deae0182104cfb2ae0c parent 70531dfb1cbecdd9c44c40e62300022e8e5d75b1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 28 Mar 2017 11:48:19 +0200 Remove the unused ssol_parametrization_type enumerate Diffstat:
| M | src/ssol.h | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/ssol.h b/src/ssol.h @@ -92,11 +92,6 @@ enum ssol_pixel_format { SSOL_PIXEL_FORMATS_COUNT__ }; -enum ssol_parametrization_type { - SSOL_PARAMETRIZATION_TEXCOORD, /* Map from 3D to 2D with texcoord */ - SSOL_PARAMETRIZATION_PRIMITIVE_ID /* Map from 3D to 1D with primitive id */ -}; - enum ssol_quadric_type { SSOL_QUADRIC_PLANE, SSOL_QUADRIC_PARABOL,