summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RenderScriptGL.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-04-06 19:22:23 -0700
committerJoe Onorato <joeo@google.com>2011-04-07 19:23:05 -0700
commit43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 (patch)
treea5aac88ebb367a0f046a5724edc8e35cbe192cb9 /graphics/java/android/renderscript/RenderScriptGL.java
parentea4af8914a3b6ea68558f20ce502966032ca1ab1 (diff)
Remove the deprecated things from Config.java. These haven't been working since before 1.0.
Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
Diffstat (limited to 'graphics/java/android/renderscript/RenderScriptGL.java')
-rw-r--r--graphics/java/android/renderscript/RenderScriptGL.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/java/android/renderscript/RenderScriptGL.java b/graphics/java/android/renderscript/RenderScriptGL.java
index d4b5434ae3a7..53b6e287ceef 100644
--- a/graphics/java/android/renderscript/RenderScriptGL.java
+++ b/graphics/java/android/renderscript/RenderScriptGL.java
@@ -22,7 +22,6 @@ import android.content.Context;
import android.graphics.PixelFormat;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
-import android.util.Config;
import android.util.Log;
import android.view.Surface;
import android.view.SurfaceHolder;