summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-08 17:30:53 -0800
committerJohn Hoford <hoford@google.com>2013-02-11 16:19:55 -0800
commit12c7c8ed14ca9dff9de64e121282f1970cbe7ae4 (patch)
tree58cf50b6517ce45d856e6c0e590675e2c7ca32f5 /src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
parent32ee1acbd9f9ab0db382f0947a1ca1f3dfe52059 (diff)
downloadandroid_packages_apps_Gallery2-12c7c8ed14ca9dff9de64e121282f1970cbe7ae4.tar.gz
android_packages_apps_Gallery2-12c7c8ed14ca9dff9de64e121282f1970cbe7ae4.tar.bz2
android_packages_apps_Gallery2-12c7c8ed14ca9dff9de64e121282f1970cbe7ae4.zip
fix red eye to use the new system
Change-Id: If79106dc3144cce374afd410f5f859692e564b83
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java b/src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
index 4f30dc1d7..d21950912 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
@@ -48,7 +48,6 @@ public class EditorTinyPlanet extends BasicEditor {
FilterRepresentation rep = getLocalRepresentation();
if (rep != null && getLocalRepresentation() instanceof FilterTinyPlanetRepresentation) {
FilterTinyPlanetRepresentation drawRep = (FilterTinyPlanetRepresentation) rep;
-
mImageTinyPlanet.setRepresentation(drawRep);
}
}