summaryrefslogtreecommitdiff
path: root/rsScript.cpp
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-07-25 19:33:43 -0700
committerJason Sams <jsams@google.com>2012-07-27 14:32:42 -0700
commit61a4bb734b91ced09fbfee4214c6f253cb66e5f0 (patch)
treea6964822e47fd121fc35d673cb2153ce515e614c /rsScript.cpp
parent3779f42ee8c45b8d9ca244086be41c5e2b4fd08f (diff)
Cleanup pointer access in adapter and font.
Change-Id: Ie500574adebb9bdb38c138f78582af2cd7610f76
Diffstat (limited to 'rsScript.cpp')
-rw-r--r--rsScript.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsScript.cpp b/rsScript.cpp
index b199496d..25ee1a05 100644
--- a/rsScript.cpp
+++ b/rsScript.cpp
@@ -93,7 +93,6 @@ void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint3
Script *s = static_cast<Script *>(vs);
Allocation *a = static_cast<Allocation *>(va);
s->setSlot(slot, a);
- //ALOGE("rsi_ScriptBindAllocation %i %p %p", slot, a, a->getPtr());
}
void rsi_ScriptSetTimeZone(Context * rsc, RsScript vs, const char * timeZone, size_t length) {