mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
remove unused import
This commit is contained in:
parent
20e588a898
commit
b7150722db
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
extern crate agb;
|
extern crate agb;
|
||||||
use agb::{
|
use agb::{
|
||||||
display::{object::ObjectStandard, tiled0, HEIGHT, WIDTH},
|
display::{object::ObjectStandard, HEIGHT, WIDTH},
|
||||||
input::Button,
|
input::Button,
|
||||||
};
|
};
|
||||||
use core::convert::TryInto;
|
use core::convert::TryInto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue