summaryrefslogtreecommitdiffstats
path: root/native/src/renderer/null.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/renderer/null.rs')
-rw-r--r--native/src/renderer/null.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs
index 084b8d6f..40fd5995 100644
--- a/native/src/renderer/null.rs
+++ b/native/src/renderer/null.rs
@@ -66,13 +66,6 @@ impl renderer::Text for Null {
fn fill_text(&mut self, _text: renderer::text::Section<'_, Self::Font>) {}
}
-impl radio::Renderer for Null {
- type Style = ();
-
- const DEFAULT_SIZE: u16 = 20;
- const DEFAULT_SPACING: u16 = 15;
-}
-
impl checkbox::Renderer for Null {
type Style = ();