mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 23:28:12 +08:00
Remove unused DocumentIsDirty
This commit is contained in:
@@ -323,7 +323,7 @@ impl SnapCandidatePoint {
|
||||
pub fn handle(document_point: DVec2) -> Self {
|
||||
Self::new_source(document_point, SnapSource::Geometry(GeometrySnapSource::Sharp))
|
||||
}
|
||||
pub fn handle_neighbours(document_point: DVec2, neighbours: impl Into<Vec<DVec2>>) -> Self {
|
||||
pub fn handle_neighbors(document_point: DVec2, neighbours: impl Into<Vec<DVec2>>) -> Self {
|
||||
let mut point = Self::new_source(document_point, SnapSource::Geometry(GeometrySnapSource::Sharp));
|
||||
point.neighbors = neighbours.into();
|
||||
point
|
||||
|
||||
Reference in New Issue
Block a user