Unused imports
This commit is contained in:
parent
ac80307d29
commit
95f550a55e
|
@ -2,10 +2,9 @@ use super::{GraphicsWriter, Screen};
|
||||||
use crate::{
|
use crate::{
|
||||||
colors::DEFAULT_PALETTE,
|
colors::DEFAULT_PALETTE,
|
||||||
drawing::{Bresenham, Point},
|
drawing::{Bresenham, Point},
|
||||||
vga::{Vga, VideoMode, VGA},
|
vga::{VideoMode, VGA},
|
||||||
};
|
};
|
||||||
use font8x8::UnicodeFonts;
|
use font8x8::UnicodeFonts;
|
||||||
use spinning_top::SpinlockGuard;
|
|
||||||
|
|
||||||
const WIDTH: usize = 320;
|
const WIDTH: usize = 320;
|
||||||
const HEIGHT: usize = 200;
|
const HEIGHT: usize = 200;
|
||||||
|
|
|
@ -3,10 +3,9 @@ use crate::{
|
||||||
colors::DEFAULT_PALETTE,
|
colors::DEFAULT_PALETTE,
|
||||||
drawing::{Bresenham, Point},
|
drawing::{Bresenham, Point},
|
||||||
registers::PlaneMask,
|
registers::PlaneMask,
|
||||||
vga::{Vga, VideoMode, VGA},
|
vga::{VideoMode, VGA},
|
||||||
};
|
};
|
||||||
use font8x8::UnicodeFonts;
|
use font8x8::UnicodeFonts;
|
||||||
use spinning_top::SpinlockGuard;
|
|
||||||
|
|
||||||
const WIDTH: usize = 320;
|
const WIDTH: usize = 320;
|
||||||
const HEIGHT: usize = 200;
|
const HEIGHT: usize = 200;
|
||||||
|
|
Loading…
Reference in a new issue