summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java')
-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());
}