summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-04-09 17:52:08 -0700
committernicolasroard <nicolasroard@google.com>2013-04-09 17:52:08 -0700
commitc79fcc2ee8741705fc00849c66d06561f2219fc7 (patch)
treeac0bc40845d970ea9645b6643b18e15778f7515c /src/com/android/gallery3d/filtershow/editors
parentd6448052595a2bef9a69a93a01ef74e331288484 (diff)
downloadandroid_packages_apps_Snap-c79fcc2ee8741705fc00849c66d06561f2219fc7.tar.gz
android_packages_apps_Snap-c79fcc2ee8741705fc00849c66d06561f2219fc7.tar.bz2
android_packages_apps_Snap-c79fcc2ee8741705fc00849c66d06561f2219fc7.zip
Detach old editor
Change-Id: I1b0a30aa334a83011d9f03ea629e1b0f36ea21d2
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/Editor.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/Editor.java b/src/com/android/gallery3d/filtershow/editors/Editor.java
index 4fb86cb63..036745d3c 100644
--- a/src/com/android/gallery3d/filtershow/editors/Editor.java
+++ b/src/com/android/gallery3d/filtershow/editors/Editor.java
@@ -81,7 +81,6 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis
return mID;
}
-
public byte showParameterValue() {
return mShowParameter;
}
@@ -271,4 +270,8 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis
public void swapRight(MenuItem item) {
}
+
+ public void detach() {
+
+ }
}