comment out some currently-unused stuff

This commit is contained in:
2021-05-16 17:04:46 +01:00
parent 4fb8ddf7ea
commit a8792744e1
4 changed files with 140 additions and 140 deletions

View File

@@ -104,13 +104,13 @@ struct IntermediatePalettes {
palette: Vec<IntermediatePalette>,
}
impl IntermediatePalettes {
pub fn from_dir() -> Self {
Self {
palette: vec![]
}
}
}
// impl IntermediatePalettes {
// pub fn from_dir() -> Self {
// Self {
// palette: vec![]
// }
// }
// }
#[cfg(test)]
mod test {