Remove redundant comment

This commit is contained in:
Hanno Braun 2023-06-06 12:40:01 +02:00
parent 9c61771ecd
commit c8d5bef840

View File

@ -83,7 +83,6 @@ impl Viewer {
/// Compute and store a focus point, unless one is already stored
pub fn add_focus_point(&mut self) {
// Don't recompute the focus point unnecessarily.
if let Some(model) = &self.model {
if self.focus_point.is_none() {
self.focus_point =