diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 142e21a4d42fd..67ffc3d9e56bd 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 diff --git a/libs/rs/scriptc/rs_math.rsh b/libs/rs/scriptc/rs_math.rsh index e2719e054f866..6e3cfdb775292 100644 --- a/libs/rs/scriptc/rs_math.rsh +++ b/libs/rs/scriptc/rs_math.rsh @@ -96,13 +96,6 @@ extern bool __attribute__((overloadable)) extern rs_allocation __attribute__((overloadable)) rsGetAllocation(const void *); -/** - * Mark the contents of an allocation as dirty. This forces any other scripts - * using the allocation to receive the updated - */ -extern void __attribute__((overloadable)) - rsAllocationMarkDirty(rs_allocation); - /** * Query the dimension of an allocation. *