From 55d2a25402319380c62a97f3f84b57e2977448d1 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 17 Mar 2011 16:12:47 -0700 Subject: Migrate thread launch to driver. Change-Id: If182c524cceb327547640f22f956856d291d1787 --- libs/rs/rsScriptC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsScriptC.h') diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index da5cb2bc00f5..2edeb9b42c35 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -56,7 +56,7 @@ public: bool runCompiler(Context *rsc, const char *resName, const char *cacheDir, const uint8_t *bitcode, size_t bitcodeLen); -protected: +//protected: void setupScript(Context *); void setupGLState(Context *); Script * setTLS(Script *); -- cgit v1.2.3-59-g8ed1b