summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/Texture.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-02-22 08:00:31 +0800
committerChih-Chung Chang <chihchung@google.com>2012-02-23 09:15:21 +0800
commit980724bab5c59526803b302ccba25a9f50f27d1c (patch)
tree6a752d52444829ee1dd5678eb2cdd06af9a063ee /src/com/android/gallery3d/ui/Texture.java
parentbe55f1e81c6021cf499c24331088fb01a8db9f91 (diff)
downloadandroid_packages_apps_Snap-980724bab5c59526803b302ccba25a9f50f27d1c.tar.gz
android_packages_apps_Snap-980724bab5c59526803b302ccba25a9f50f27d1c.tar.bz2
android_packages_apps_Snap-980724bab5c59526803b302ccba25a9f50f27d1c.zip
Remove unused code.
Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
Diffstat (limited to 'src/com/android/gallery3d/ui/Texture.java')
-rw-r--r--src/com/android/gallery3d/ui/Texture.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/ui/Texture.java b/src/com/android/gallery3d/ui/Texture.java
index 4d1749bb6..2c426f994 100644
--- a/src/com/android/gallery3d/ui/Texture.java
+++ b/src/com/android/gallery3d/ui/Texture.java
@@ -26,14 +26,12 @@ package com.android.gallery3d.ui;
// -- ColorTexture
// -- FadeInTexture
// -- BasicTexture
-// -- RawTexture
// -- UploadedTexture
// -- BitmapTexture
// -- Tile
// -- ResourceTexture
// -- NinePatchTexture
// -- CanvasTexture
-// -- DrawableTexture
// -- StringTexture
//
public interface Texture {