summaryrefslogtreecommitdiffstats
path: root/libs/rs/RenderScript.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-08-17 19:28:29 -0700
committerJason Sams <rjsams@android.com>2010-08-17 19:28:29 -0700
commitd78be37d81f6c1aba75180c7608753a027a881ee (patch)
treee13892a43a7f497b32ed2d00d0ac6034458efe10 /libs/rs/RenderScript.h
parent2e1872fe07cf8952812a417985e6e1f61bdeab5d (diff)
downloadframeworks_base-d78be37d81f6c1aba75180c7608753a027a881ee.zip
frameworks_base-d78be37d81f6c1aba75180c7608753a027a881ee.tar.gz
frameworks_base-d78be37d81f6c1aba75180c7608753a027a881ee.tar.bz2
Remove OOB object destruction.
Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r--libs/rs/RenderScript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h
index 6636fef..3406287 100644
--- a/libs/rs/RenderScript.h
+++ b/libs/rs/RenderScript.h
@@ -63,7 +63,6 @@ void rsDeviceSetConfig(RsDevice, RsDeviceParam, int32_t value);
RsContext rsContextCreate(RsDevice, uint32_t version);
RsContext rsContextCreateGL(RsDevice, uint32_t version, bool useDepth);
void rsContextDestroy(RsContext);
-void rsObjDestroyOOB(RsContext, void *);
uint32_t rsContextGetMessage(RsContext, void *data, size_t *receiveLen, size_t bufferLen, bool wait);
void rsContextInitToClient(RsContext);