summaryrefslogtreecommitdiffstats
path: root/native/src
diff options
context:
space:
mode:
Diffstat (limited to 'native/src')
-rw-r--r--native/src/renderer/windowed.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/native/src/renderer/windowed.rs b/native/src/renderer/windowed.rs
index 30e08cb8..c3266e6c 100644
--- a/native/src/renderer/windowed.rs
+++ b/native/src/renderer/windowed.rs
@@ -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,