Skip to content

Commit

Permalink
Remove cruft from #841 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur authored Jan 22, 2025
1 parent 4674f6c commit 8342d8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion masonry/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

//! Events.
use std::panic;
use std::path::PathBuf;

use vello::kurbo::Point;
Expand Down
1 change: 0 additions & 1 deletion masonry/src/widget/text_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ impl<const EDITABLE: bool> TextArea<EDITABLE> {
.driver(fctx, lctx)
.select_byte_range(start, end);
this.ctx.request_render();
this.ctx.request_layout();
}

/// Set the selection to the first instance of the given text.
Expand Down
2 changes: 0 additions & 2 deletions masonry/src/widget/textbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ impl Textbox {
this.widget.clip = clip;
this.ctx.request_layout();
}

//pub fn set
}

// --- MARK: IMPL WIDGET ---
Expand Down

0 comments on commit 8342d8f

Please sign in to comment.