Skip to content

Commit 14a3dc0

Browse files
committed
remove unused imports.
1 parent fa14304 commit 14a3dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mode3_pong_example_game.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![no_std]
77
#![no_main]
88

9-
use gba::{mem::set_u32x80_unchecked, prelude::*};
9+
use gba::prelude::*;
1010

1111
const SCREEN_WIDTH: u16 = 240;
1212
const SCREEN_HEIGHT: u16 = 160;

examples/video4_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22
#![no_main]
33

4-
use gba::{mem::copy_u32x8_unchecked, prelude::*};
4+
use gba::prelude::*;
55

66
#[panic_handler]
77
fn panic_handler(info: &core::panic::PanicInfo) -> ! {

0 commit comments

Comments
 (0)