mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
REMOVE UNUSED IMPORT THAT I JUST MADE
This commit is contained in:
parent
f6dd65ae52
commit
4dfa6c25a5
|
@ -2,7 +2,7 @@ use agb_fixnum::Vector2D;
|
|||
use core::arch::asm;
|
||||
use core::mem::MaybeUninit;
|
||||
|
||||
use crate::display::affine::{AffineMatrixBackground, AffineMatrixObject};
|
||||
use crate::display::affine::AffineMatrixBackground;
|
||||
use crate::fixnum::Num;
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
|
|
Loading…
Reference in a new issue