Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 6, 2023
1 parent 9c61771 commit c8d5bef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fj-viewer/src/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c8d5bef

Please sign in to comment.