Unused imports

This commit is contained in:
Ryan Kennedy 2020-04-04 23:14:09 -05:00
parent ac80307d29
commit 95f550a55e
2 changed files with 2 additions and 4 deletions

View file

@ -2,10 +2,9 @@ use super::{GraphicsWriter, Screen};
use crate::{
colors::DEFAULT_PALETTE,
drawing::{Bresenham, Point},
vga::{Vga, VideoMode, VGA},
vga::{VideoMode, VGA},
};
use font8x8::UnicodeFonts;
use spinning_top::SpinlockGuard;
const WIDTH: usize = 320;
const HEIGHT: usize = 200;

View file

@ -3,10 +3,9 @@ use crate::{
colors::DEFAULT_PALETTE,
drawing::{Bresenham, Point},
registers::PlaneMask,
vga::{Vga, VideoMode, VGA},
vga::{VideoMode, VGA},
};
use font8x8::UnicodeFonts;
use spinning_top::SpinlockGuard;
const WIDTH: usize = 320;
const HEIGHT: usize = 200;