diff options
Diffstat (limited to 'core/src/renderer')
-rw-r--r-- | core/src/renderer/null.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/renderer/null.rs b/core/src/renderer/null.rs index 7accd34e..455daa42 100644 --- a/core/src/renderer/null.rs +++ b/core/src/renderer/null.rs @@ -19,8 +19,6 @@ impl Null { } impl Renderer for Null { - type Theme = (); - fn with_layer(&mut self, _bounds: Rectangle, _f: impl FnOnce(&mut Self)) {} fn with_translation( |