mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
internal cleanup: simplify free_graphics_resources trait signature
This allows then routing the call through window::Window's Deref impl
This commit is contained in:
parent
2d2afad670
commit
68626e27fb
4 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,7 @@ impl PlatformWindow for TestingWindow {
|
|||
}
|
||||
|
||||
fn free_graphics_resources<'a>(
|
||||
self: Rc<Self>,
|
||||
&self,
|
||||
_items: &Slice<'a, Pin<sixtyfps_corelib::items::ItemRef<'a>>>,
|
||||
) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue