remove a redundant variable

This commit is contained in:
tibbi 2017-06-23 21:52:54 +02:00
parent 0e111015bd
commit c0db7fc011
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class MyCanvas(context: Context, attrs: AttributeSet) : View(context, attrs) {
private var mPaint = Paint()
private var mPath = MyPath()
private var mPaintOptions = PaintOptions()
private var mIsNothingDrawn = true
private var mListener: PathsChangedListener? = null
private var mCurX = 0f