summaryrefslogtreecommitdiffstats
path: root/core/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/renderer.rs')
-rw-r--r--core/src/renderer.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/renderer.rs b/core/src/renderer.rs
index a2a66aa8..0af74bb3 100644
--- a/core/src/renderer.rs
+++ b/core/src/renderer.rs
@@ -9,9 +9,6 @@ use crate::{Background, Border, Color, Rectangle, Shadow, Size, Vector};
/// A component that can be used by widgets to draw themselves on a screen.
pub trait Renderer: Sized {
- /// The supported theme of the [`Renderer`].
- type Theme;
-
/// Draws the primitives recorded in the given closure in a new layer.
///
/// The layer will clip its contents to the provided `bounds`.