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]
|
#![no_std]
|
||||||
#![feature(start)]
|
#![feature(start)]
|
||||||
|
|
||||||
use gba::display::vblank;
|
|
||||||
|
|
||||||
extern crate gba;
|
extern crate gba;
|
||||||
#[start]
|
#[start]
|
||||||
fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
||||||
|
|
Loading…
Reference in a new issue