Remove background from Settings

This commit is contained in:
Héctor Ramón Jiménez 2020-01-05 18:11:54 +01:00
parent 5af4159848
commit 8d6f86b317
5 changed files with 9 additions and 34 deletions

View file

@ -1,4 +1,4 @@
use crate::{Color, MouseCursor};
use crate::MouseCursor;
use raw_window_handle::HasRawWindowHandle;
@ -21,7 +21,6 @@ pub trait Windowed: super::Renderer + Sized {
/// top of the GUI on most scenarios.
fn draw<T: AsRef<str>>(
&mut self,
clear_color: Color,
output: &Self::Output,
overlay: &[T],
target: &mut Self::Target,