diff options
| author | 2011-02-03 16:30:23 -0800 | |
|---|---|---|
| committer | 2011-02-03 16:30:23 -0800 | |
| commit | e56d643e47530109097b09ea9012365611ab0b87 (patch) | |
| tree | da95071511b1f200a7e2ceda2cd2366c445292aa | |
| parent | 5f1d68dcd27649d6370f08e1856cb52d3c15ef68 (diff) | |
Fix bug 3421901
remove 2 functions from public headers in the SDK.
Change-Id: Ib44e7a4c12f19c87c39095028c020548f89143ec
| -rw-r--r-- | libs/rs/scriptc/rs_graphics.rsh | 8 | ||||
| -rw-r--r-- | libs/rs/scriptc/rs_math.rsh | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 142e21a4d42f..67ffc3d9e56b 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 e2719e054f86..6e3cfdb77529 100644 --- a/libs/rs/scriptc/rs_math.rsh +++ b/libs/rs/scriptc/rs_math.rsh @@ -97,13 +97,6 @@ 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. * * @return uint32_t The X dimension of the allocation. |