summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/SwapButton.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/SwapButton.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/SwapButton.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/SwapButton.java b/src/com/android/gallery3d/filtershow/editors/SwapButton.java
index d8f3fc3a7..bb4432e28 100644
--- a/src/com/android/gallery3d/filtershow/editors/SwapButton.java
+++ b/src/com/android/gallery3d/filtershow/editors/SwapButton.java
@@ -51,14 +51,6 @@ public class SwapButton extends Button implements GestureDetector.OnGestureListe
mListener = listener;
}
- public Menu getMenu() {
- return mMenu;
- }
-
- public void setMenu(Menu menu) {
- mMenu = menu;
- }
-
public boolean onTouchEvent(MotionEvent me) {
if (!mDetector.onTouchEvent(me)) {
return super.onTouchEvent(me);