remove unuse impl in DRPartData
This commit is contained in:
parent
b16e9b1338
commit
82344fda4c
@ -1016,8 +1016,4 @@ pub mod dr {
|
|||||||
pub flip_y: bool,
|
pub flip_y: bool,
|
||||||
pub connections: Option<Vec<usize>>,
|
pub connections: Option<Vec<usize>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl DRPartData {
|
|
||||||
pub fn get_textures(&self) -> String { "aaa".to_string() }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user