summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/presets
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-02-25 17:18:51 -0800
committerRuben Brunk <rubenbrunk@google.com>2013-02-25 18:49:49 -0800
commitf26b3580d1f2f9a3736fb77aebf0ebb9d5a33001 (patch)
tree385c43dc8726d9c4cfa0505fc290ab8325f4ba51 /src/com/android/gallery3d/filtershow/presets
parent02ef5ba117462eda524820b6004f84d26b28f647 (diff)
downloadandroid_packages_apps_Snap-f26b3580d1f2f9a3736fb77aebf0ebb9d5a33001.tar.gz
android_packages_apps_Snap-f26b3580d1f2f9a3736fb77aebf0ebb9d5a33001.tar.bz2
android_packages_apps_Snap-f26b3580d1f2f9a3736fb77aebf0ebb9d5a33001.zip
Fixed more of filtershows large bitmap reference leaks.
Bug: 8253109 Change-Id: Iaff381e759d02baae701a01d6c081c49f4b3c772
Diffstat (limited to 'src/com/android/gallery3d/filtershow/presets')
-rw-r--r--src/com/android/gallery3d/filtershow/presets/ImagePreset.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
index ae5a03414..fd5cd0d6f 100644
--- a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
+++ b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
@@ -22,7 +22,6 @@ import android.util.Log;
import com.android.gallery3d.filtershow.ImageStateAdapter;
import com.android.gallery3d.filtershow.cache.ImageLoader;
-import com.android.gallery3d.filtershow.filters.BaseFiltersManager;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
import com.android.gallery3d.filtershow.filters.FiltersManager;
import com.android.gallery3d.filtershow.filters.ImageFilter;