summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Allocation.java
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-09-26 12:13:20 -0700
committerJason Sams <jsams@google.com>2013-10-09 17:15:43 -0700
commit390ec00c6693fb20004f357901beae919a79329f (patch)
treefc20ab0e429dc5d6c3cd562b2d4a2ac269c1cf5b /graphics/java/android/renderscript/Allocation.java
parentaf0a388b7daa270390065c7f658367de5b0abbdb (diff)
Remove old hidden API.
This was never shipped and long since replaced by ioReceive(). Change-Id: Ieba7fd4305c2c561cc36154c57414783e4bf502b
Diffstat (limited to 'graphics/java/android/renderscript/Allocation.java')
-rw-r--r--graphics/java/android/renderscript/Allocation.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/java/android/renderscript/Allocation.java b/graphics/java/android/renderscript/Allocation.java
index 12b351747c98..bb1e74360a8a 100644
--- a/graphics/java/android/renderscript/Allocation.java
+++ b/graphics/java/android/renderscript/Allocation.java
@@ -411,14 +411,6 @@ public class Allocation extends BaseObj {
}
/**
- * Delete once code is updated.
- * @hide
- */
- public void ioSendOutput() {
- ioSend();
- }
-
- /**
* Receive the latest input into the Allocation. This operation
* is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
*