From 1374b5a2d7f5d8a894434ee52e07868ab22770a9 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Mon, 2 Nov 2020 00:58:06 +0100 Subject: Remove TODO that is done --- src/transform.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transform.rs b/src/transform.rs index b0b0e0a..d074c03 100644 --- a/src/transform.rs +++ b/src/transform.rs @@ -116,7 +116,6 @@ impl Transform { /// Attempts to zoom out a step and return true. /// If the minimum zoom is reached, this function changes nothing and returns false. pub fn try_zoom_out(&mut self, mouse_pos_px: Vec2) -> bool { - // TODO: Zoom out at mouse pointer position if self.pixels_per_m > MIN_PIXELS_PER_M { // Save the absolute mouse position for tethering later let mouse_pos_m = self.point_px_to_m(mouse_pos_px); -- cgit v1.2.3-70-g09d2