comment out some currently-unused stuff
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user