From 81795da6a519803efc46e46e3c2c4ba8a6e00e9b Mon Sep 17 00:00:00 2001 From: John Hoford Date: Fri, 1 Feb 2013 09:56:19 -0800 Subject: Fix curves refresh bug Change-Id: I5c85dcfa118345d24a5fef120541741e7d1cbdd6 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src_pd/com') 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()); } -- cgit v1.2.3