mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Remove stray line
This commit is contained in:
parent
52aee8d366
commit
cb76186b59
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ pub mod internal {
|
||||||
) {
|
) {
|
||||||
let weak = component_strong.to_weak();
|
let weak = component_strong.to_weak();
|
||||||
property.set_binding(move || {
|
property.set_binding(move || {
|
||||||
//let strong = ;
|
|
||||||
binding(<StrongRef as StrongComponentRef>::from_weak(&weak).unwrap())
|
binding(<StrongRef as StrongComponentRef>::from_weak(&weak).unwrap())
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue