Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Jun 18, 2015
1 parent ba77604 commit 4cf7197
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ public void unlock(){

/**
* The drag helper callback interface for the Left position
*
*
*/
private ViewDragHelper.Callback mLeftCallback = new ViewDragHelper.Callback() {

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cf7197

Please sign in to comment.