From 1de0b87168837cfcd9318bec5c97d2e7d78d3293 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Mon, 17 May 2010 14:55:34 -0700 Subject: Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156 --- libs/rs/rsScript.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libs/rs/rsScript.cpp') diff --git a/libs/rs/rsScript.cpp b/libs/rs/rsScript.cpp index 1dd9554f2015..b0bbb22a95a7 100644 --- a/libs/rs/rsScript.cpp +++ b/libs/rs/rsScript.cpp @@ -97,12 +97,6 @@ void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, c LOGE("rsi_ScriptSetType"); } -void rsi_ScriptSetInvoke(Context *rsc, const char *name, uint32_t slot) -{ - LOGE("rsi_ScriptSetInvoke"); -} - - void rsi_ScriptInvoke(Context *rsc, RsScript vs, uint32_t slot) { //LOGE("rsi_ScriptInvoke %i", slot); @@ -177,11 +171,6 @@ void rsi_ScriptInvokeV(Context *rsc, RsScript vs, uint32_t slot, const void *dat } -void rsi_ScriptSetRoot(Context * rsc, bool isRoot) -{ - LOGE("rsi_ScriptSetRoot"); -} - void rsi_ScriptSetVarI(Context *rsc, RsScript vs, uint32_t slot, int value) { Script *s = static_cast