From a17598626cd9ba5d02b18a4c638476d533693ba2 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Mon, 4 Nov 2013 10:13:57 -0800 Subject: Remove gestureScanner from DownloadFragment --- src/github/daneren2005/dsub/fragments/DownloadFragment.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/github') diff --git a/src/github/daneren2005/dsub/fragments/DownloadFragment.java b/src/github/daneren2005/dsub/fragments/DownloadFragment.java index 4d896222..5af030d3 100644 --- a/src/github/daneren2005/dsub/fragments/DownloadFragment.java +++ b/src/github/daneren2005/dsub/fragments/DownloadFragment.java @@ -95,7 +95,6 @@ public class DownloadFragment extends SubsonicFragment implements OnGestureListe private ScheduledExecutorService executorService; private DownloadFile currentPlaying; private long currentRevision; - private GestureDetector gestureScanner; private int swipeDistance; private int swipeVelocity; private VisualizerView visualizerView; @@ -1145,10 +1144,6 @@ public class DownloadFragment extends SubsonicFragment implements OnGestureListe return false; } - public GestureDetector getGestureDetector() { - return gestureScanner; - } - @Override public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { DownloadService downloadService = getDownloadService(); -- cgit v1.2.3