summaryrefslogtreecommitdiffstats
path: root/native/src/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/renderer')
-rw-r--r--native/src/renderer/null.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs
index cc1d41ba..92e64cf4 100644
--- a/native/src/renderer/null.rs
+++ b/native/src/renderer/null.rs
@@ -68,12 +68,6 @@ impl renderer::Text for Null {
fn fill_text(&mut self, _text: renderer::text::Section<'_, Self::Font>) {}
}
-impl progress_bar::Renderer for Null {
- type Style = ();
-
- const DEFAULT_HEIGHT: u16 = 30;
-}
-
impl toggler::Renderer for Null {
type Style = ();