remove unuse impl in DRPartData

This commit is contained in:
shenjack 2023-05-21 20:21:03 +08:00
parent b16e9b1338
commit 82344fda4c

View File

@ -1016,8 +1016,4 @@ pub mod dr {
pub flip_y: bool,
pub connections: Option<Vec<usize>>,
}
impl DRPartData {
pub fn get_textures(&self) -> String { "aaa".to_string() }
}
}