Skip to content

Commit

Permalink
Remove ConvertInplace trait
Browse files Browse the repository at this point in the history
It depends on MapCoordsFallibleInplace, which is a bad idea
  • Loading branch information
urschrei committed Mar 29, 2018
1 parent b921422 commit 1822cef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/algorithm/proj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,6 @@ where
}
}

pub trait ConvertInplace<T> {
/// Convert or transform the geometry's coordinates in-place using the specified
/// PROJ operation
fn convert_inplace(&mut self, proj: &Proj) -> Result<(), Error>
where
T: CoordinateType,
Self: Sized;
}

#[cfg(test)]
mod test {
use super::*;
Expand Down

0 comments on commit 1822cef

Please sign in to comment.