aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/fragments/DownloadFragment.java5
1 files changed, 0 insertions, 5 deletions
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();