diff --git a/library/src/main/java/com/r0adkll/slidr/widget/SliderPanel.java b/library/src/main/java/com/r0adkll/slidr/widget/SliderPanel.java index 1b283eb..d4b1398 100644 --- a/library/src/main/java/com/r0adkll/slidr/widget/SliderPanel.java +++ b/library/src/main/java/com/r0adkll/slidr/widget/SliderPanel.java @@ -212,8 +212,6 @@ public void unlock(){ /** * The drag helper callback interface for the Left position - * - * */ private ViewDragHelper.Callback mLeftCallback = new ViewDragHelper.Callback() { @@ -297,8 +295,6 @@ public void onViewDragStateChanged(int state) { /** * The drag helper callbacks for dragging the slidr attachment from the right of the screen - * - * */ private ViewDragHelper.Callback mRightCallback = new ViewDragHelper.Callback() { @Override @@ -380,7 +376,6 @@ public void onViewDragStateChanged(int state) { /** * The drag helper callbacks for dragging the slidr attachment from the top of the screen - * */ private ViewDragHelper.Callback mTopCallback = new ViewDragHelper.Callback() { @Override