remove unused import

This commit is contained in:
Corwin Kuiper 2021-04-28 19:32:59 +01:00
parent 20e588a898
commit b7150722db

View file

@ -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;