Skip to content

Commit 56780b0

Browse files
committed
polygon and path doesn't allow aggregation
1 parent f3081a3 commit 56780b0

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

src/plot/layer/geom/path.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ impl GeomTrait for Path {
3636
}];
3737
PARAMS
3838
}
39-
40-
fn supports_aggregate(&self) -> bool {
41-
true
42-
}
43-
44-
fn aggregate_slots(&self) -> &'static [u8] {
45-
&[1, 2]
46-
}
4739
}
4840

4941
impl std::fmt::Display for Path {

src/plot/layer/geom/polygon.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ impl GeomTrait for Polygon {
3737
}];
3838
PARAMS
3939
}
40-
41-
fn supports_aggregate(&self) -> bool {
42-
true
43-
}
44-
45-
fn aggregate_slots(&self) -> &'static [u8] {
46-
&[1, 2]
47-
}
4840
}
4941

5042
impl std::fmt::Display for Polygon {

0 commit comments

Comments
 (0)