Skip to content

Commit

Permalink
Remove unused empty structs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlannyH committed May 22, 2024
1 parent d809208 commit 465713f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/metal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,6 @@ impl MemoryType {
}
}

pub struct ResourceCreateDesc {}
pub struct Resource {}

impl Allocator {
pub fn device(&self) -> &metal::Device {
todo!()
Expand Down

0 comments on commit 465713f

Please sign in to comment.