Skip to content

Commit 7636a45

Browse files
committed
chore: remove redundant getters
1 parent e907f51 commit 7636a45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/data/tools/pen.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ class Pen extends Tool {
7272
_currentPen = currentPen;
7373
}
7474

75-
bool isPressureEnabled() {
76-
return pressureEnabled;
77-
}
78-
double getSize() {
79-
return options.size;
80-
}
81-
8275
void onDragStart(
8376
Offset position, EditorPage page, int pageIndex, double? pressure) {
8477
currentStroke = Stroke(

0 commit comments

Comments
 (0)