Skip to content

Commit 171898e

Browse files
committed
remove method
1 parent 77f0b31 commit 171898e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/src/main/java/com/daimajia/swipe/SwipeLayout.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ public void removeSwipeListener(SwipeListener l){
7979
mSwipeListeners.remove(l);
8080
}
8181

82-
public void removeAllSwipeListener(){
83-
mSwipeListeners.clear();
84-
}
85-
8682
public static interface SwipeDenier {
8783
/*
8884
* Called in onInterceptTouchEvent

0 commit comments

Comments
 (0)