summaryrefslogtreecommitdiff
path: root/src/library/elements.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-10-10 20:26:58 +0200
committerLaurenz <laurmaedje@gmail.com>2021-10-10 20:26:58 +0200
commitd4cc8c775d4c579aeac69ca2d212a604c67043b0 (patch)
tree90c6bd20a3a0a4a1e471385a536c1333a4b05c99 /src/library/elements.rs
parentf4ed775df073ceeff292810f19ca8d01b054eff1 (diff)
Move paint and colors into `geom`
Diffstat (limited to 'src/library/elements.rs')
-rw-r--r--src/library/elements.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/library/elements.rs b/src/library/elements.rs
index d1c52ab7..9680dfee 100644
--- a/src/library/elements.rs
+++ b/src/library/elements.rs
@@ -5,9 +5,7 @@ use decorum::N64;
use super::*;
use crate::diag::Error;
-use crate::layout::{
- BackgroundNode, BackgroundShape, FixedNode, ImageNode, PadNode, Paint,
-};
+use crate::layout::{BackgroundNode, BackgroundShape, FixedNode, ImageNode, PadNode};
/// `image`: An image.
pub fn image(ctx: &mut EvalContext, args: &mut Args) -> TypResult<Value> {