Skip to content

Commit ab85207

Browse files
committed
Fix warnings introduced by artboard nodes
1 parent 6e3e881 commit ab85207

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editor/src/messages/input_preprocessor/input_preprocessor_message_handler.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ impl MessageHandler<InputPreprocessorMessage, KeyboardPlatformLayout> for InputP
2424
assert_eq!(bounds_of_viewports.len(), 1, "Only one viewport is currently supported");
2525

2626
for bounds in bounds_of_viewports {
27-
let new_size = bounds.size();
28-
let existing_size = self.viewport_bounds.size();
29-
3027
// TODO: Extend this to multiple viewports instead of setting it to the value of this last loop iteration
3128
self.viewport_bounds = bounds;
3229

0 commit comments

Comments
 (0)