🤦 Remove references to system_color
This commit is contained in:
parent
dd55ccef34
commit
3a326bfa7e
7 changed files with 8 additions and 17 deletions
|
@ -24,7 +24,6 @@ pub struct Pane<S: 'static + Send + Sync> {
|
|||
impl<S: 'static + Send + Sync> Pane<S> {
|
||||
pub fn new(id: impl Into<ElementId>, size: Size<Length>) -> Self {
|
||||
// Fill is only here for debugging purposes, remove before release
|
||||
let system_color = SystemColor::new();
|
||||
|
||||
Self {
|
||||
id: id.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue