diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-17 18:35:48 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-17 18:35:48 -0700 |
| commit | bc948dedcee57a66fe2cb38d4c79d04a10c7efb3 (patch) | |
| tree | 67ca3813ac7fb72126c28d26b54b968071c91465 /libs/rs/rsThreadIO.cpp | |
| parent | 334ea0c98f051b5a6b85bc616c93304651854298 (diff) | |
| download | frameworks_base-bc948dedcee57a66fe2cb38d4c79d04a10c7efb3.zip frameworks_base-bc948dedcee57a66fe2cb38d4c79d04a10c7efb3.tar.gz frameworks_base-bc948dedcee57a66fe2cb38d4c79d04a10c7efb3.tar.bz2 | |
Remove global IO context and integrate it into the RS context.
Diffstat (limited to 'libs/rs/rsThreadIO.cpp')
| -rw-r--r-- | libs/rs/rsThreadIO.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp index 89df59d..20b0a94 100644 --- a/libs/rs/rsThreadIO.cpp +++ b/libs/rs/rsThreadIO.cpp @@ -21,8 +21,6 @@ using namespace android; using namespace android::renderscript; -ThreadIO *android::renderscript::gIO = NULL; - ThreadIO::ThreadIO() { mToCore.init(16 * 1024); |
