mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
remove unused import
This commit is contained in:
parent
9223127bd1
commit
9ea3ece74b
|
@ -1,8 +1,6 @@
|
|||
#![no_std]
|
||||
#![feature(start)]
|
||||
|
||||
use gba::display::vblank;
|
||||
|
||||
extern crate gba;
|
||||
#[start]
|
||||
fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
||||
|
|
Loading…
Reference in a new issue