mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
Janitor: C++: Fix warning about unused import
This commit is contained in:
parent
f343780462
commit
2a5f093efc
1 changed files with 0 additions and 2 deletions
|
|
@ -417,8 +417,6 @@ mod software_renderer {
|
||||||
),
|
),
|
||||||
user_data: *mut core::ffi::c_void,
|
user_data: *mut core::ffi::c_void,
|
||||||
) -> PhysicalRegion {
|
) -> PhysicalRegion {
|
||||||
use i_slint_core::software_renderer::PhysicalRegion;
|
|
||||||
|
|
||||||
struct Rgb565Processor {
|
struct Rgb565Processor {
|
||||||
process_line_fn: extern "C" fn(
|
process_line_fn: extern "C" fn(
|
||||||
*mut core::ffi::c_void,
|
*mut core::ffi::c_void,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue