Skip to content

Commit c0db7fc

Browse files
committed
remove a redundant variable
1 parent 0e11101 commit c0db7fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • app/src/main/kotlin/com/simplemobiletools/draw

app/src/main/kotlin/com/simplemobiletools/draw/MyCanvas.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class MyCanvas(context: Context, attrs: AttributeSet) : View(context, attrs) {
1919
private var mPaint = Paint()
2020
private var mPath = MyPath()
2121
private var mPaintOptions = PaintOptions()
22-
private var mIsNothingDrawn = true
2322

2423
private var mListener: PathsChangedListener? = null
2524
private var mCurX = 0f

0 commit comments

Comments
 (0)