diff options
Diffstat (limited to 'libs/rs/scriptc/rs_graphics.rsh')
-rw-r--r-- | libs/rs/scriptc/rs_graphics.rsh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 142e21a..67ffc3d 100644 --- a/libs/rs/scriptc/rs_graphics.rsh +++ b/libs/rs/scriptc/rs_graphics.rsh @@ -248,13 +248,5 @@ rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) { bBoxMax->z = z2; } - -/** - * @hide - * Deprecated, do not use. - * - */ -extern void __attribute__((overloadable)) color(float, float, float, float); - #endif |