remove unused import

This commit is contained in:
Corwin Kuiper 2021-04-11 16:34:36 +01:00 committed by Corwin
parent 9223127bd1
commit 9ea3ece74b

View file

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