summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/filtershow
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-01 09:56:19 -0800
committerJohn Hoford <hoford@google.com>2013-02-01 09:56:19 -0800
commit81795da6a519803efc46e46e3c2c4ba8a6e00e9b (patch)
treedeb19f5cfc691adf61246fdef9bb9b84051dd269 /src_pd/com/android/gallery3d/filtershow
parent8052651774e5a4f68f9ea3e79319e59eafd354cc (diff)
downloadandroid_packages_apps_Snap-81795da6a519803efc46e46e3c2c4ba8a6e00e9b.tar.gz
android_packages_apps_Snap-81795da6a519803efc46e46e3c2c4ba8a6e00e9b.tar.bz2
android_packages_apps_Snap-81795da6a519803efc46e46e3c2c4ba8a6e00e9b.zip
Fix curves refresh bug
Change-Id: I5c85dcfa118345d24a5fef120541741e7d1cbdd6
Diffstat (limited to 'src_pd/com/android/gallery3d/filtershow')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
index 68fefa1f5..5c1d004b6 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -26,7 +26,6 @@ public class EditorManager {
public static void addEditors(EditorPlaceHolder editorPlaceHolder) {
editorPlaceHolder.addEditor(new EditorZoom());
editorPlaceHolder.addEditor(new EditorCurves());
- editorPlaceHolder.addEditor(new BasicEditor());
editorPlaceHolder.addEditor(new EditorDraw());
}