OSDN Git Service

resolved conflicts for merge of 13ef17a3 to mnc-dr-dev
[android-x86/packages-apps-Launcher3.git] / WallpaperPicker / src / com / android / gallery3d / glrenderer / BasicTexture.java
index 2e77b90..0f3efb7 100644 (file)
@@ -27,7 +27,6 @@ import java.util.WeakHashMap;
 // If a BasicTexture is loaded into GL memory, it has a GL texture id.
 public abstract class BasicTexture implements Texture {
 
-    @SuppressWarnings("unused")
     private static final String TAG = "BasicTexture";
     protected static final int UNSPECIFIED = -1;