Skip to content

Commit 381b4c8

Browse files
committed
PenLayer: Remove unused variables
1 parent 77b4d1c commit 381b4c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/penlayer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ void PenLayer::stamp(IRenderedTarget *target)
234234
if (!bounds.intersects(libscratchcpp::Rect(-stageWidth / 2, stageHeight / 2, stageWidth / 2, -stageHeight / 2)))
235235
return;
236236

237-
float x = 0;
238-
float y = 0;
239237
float angle = 180;
240238
float scaleX = 1;
241239
float scaleY = 1;

0 commit comments

Comments
 (0)