library: render: object: remove unused annotation
This commit is contained in:
parent
3386617c69
commit
670b076ec6
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ pub struct Object<'a> {
|
|||
}
|
||||
|
||||
impl<'a> Object<'a> {
|
||||
#[allow(dead_code)] // FIXME: remove this when used
|
||||
pub fn new(shape: &'a dyn Shape, material: &'a dyn Material, texture: &'a dyn Texture) -> Self {
|
||||
Object {
|
||||
shape,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue