Skip to content
Snippets Groups Projects
Verified Commit d5b25557 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: remove unused trait impl

parent 76cda3c2
No related branches found
No related tags found
No related merge requests found
Pipeline #710 passed
......@@ -379,9 +379,3 @@ impl Default for Chip8Classic {
Chip8Classic::new()
}
}
impl Display for Chip8Classic {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "PC: 0x{:04x}\nSP: 0x{:04x}", self.pc, self.sp)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment