Skip to content

Commit 5a4e4a8

Browse files
committed
chore: remove dead code
1 parent e8c88bd commit 5a4e4a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

android/src/main/java/com/reactnativefastshadow/FastShadowView.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ public void releaseShadow() {
6262
shadow = null;
6363
}
6464

65-
@Override
66-
protected void onDraw(Canvas canvas) {
67-
int width = Math.round(PixelUtil.toDIPFromPixel(getWidth()));
68-
super.onDraw(canvas);
69-
}
70-
7165
@Override
7266
public void draw(Canvas canvas) {
7367
// We override draw() and not onDraw() as we want to draw

0 commit comments

Comments
 (0)