mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-17 07:11:22 +02:00
ignore unused
This commit is contained in:
@@ -31,12 +31,12 @@ pub trait BarWidget {
|
||||
#[derive(Clone)]
|
||||
pub struct RenderConfig {
|
||||
/// Sets how widgets are grouped
|
||||
group: i32,
|
||||
_group: i32,
|
||||
}
|
||||
|
||||
impl RenderConfig {
|
||||
pub fn from(config: Arc<KomobarConfig>) -> Self {
|
||||
Self { group: 1 }
|
||||
pub fn from(_config: Arc<KomobarConfig>) -> Self {
|
||||
Self { _group: 1 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user