Skip to content

Commit

Permalink
Remove unused code (which probably was added because it once was used
Browse files Browse the repository at this point in the history
for logging, or because it was thought it might be used for logging in
the future).
  • Loading branch information
roubert committed Dec 27, 2012
1 parent 923a421 commit bcbec55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/com/michaelnovakjr/numberpicker/NumberPicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import android.text.Spanned;
import android.text.method.NumberKeyListener;
import android.util.AttributeSet;
import android.util.Log;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
Expand All @@ -47,7 +46,6 @@
public class NumberPicker extends LinearLayout implements OnClickListener,
OnEditorActionListener, OnFocusChangeListener, OnLongClickListener {

private static final String TAG = "NumberPicker";
private static final int DEFAULT_MAX = 200;
private static final int DEFAULT_MIN = 0;
private static final int DEFAULT_VALUE = 0;
Expand Down

0 comments on commit bcbec55

Please sign in to comment.