diff --git a/src/scene.rs b/src/scene.rs index cdaee8f..86a78c3 100644 --- a/src/scene.rs +++ b/src/scene.rs @@ -44,26 +44,6 @@ struct IntermediateScene { foreground: Vec, } -// impl IntermediateRoom { -// fn from(_room: Room) -> IntermediateRoom { -// fn hashmap_to_vec(_hash: HashMap, width: u8, height: u8) -> Vec { -// let mut thing_ids = Vec::new(); -// -// while thing_ids.len() < (width * height) as usize { -// thing_ids.push(String::new()); -// } -// -// thing_ids -// } -// -// IntermediateRoom { -// name: "".to_string(), -// background: vec![], -// foreground: vec![] -// } -// } -// } - #[cfg(test)] mod test { use std::path::PathBuf;