diff options
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); |