Skip to content

Commit

Permalink
remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 2, 2024
1 parent fa14304 commit 14a3dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mode3_pong_example_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#![no_std]
#![no_main]

use gba::{mem::set_u32x80_unchecked, prelude::*};
use gba::prelude::*;

const SCREEN_WIDTH: u16 = 240;
const SCREEN_HEIGHT: u16 = 160;
Expand Down
2 changes: 1 addition & 1 deletion examples/video4_test.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![no_main]

use gba::{mem::copy_u32x8_unchecked, prelude::*};
use gba::prelude::*;

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

0 comments on commit 14a3dc0

Please sign in to comment.