From d07e2719a993a80b9b1a68ee30aac497ea5cba2d Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 28 Mar 2025 19:58:42 +0100 Subject: [PATCH] Update doc comment --- crates/fj-viewer/src/viewer.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/fj-viewer/src/viewer.rs b/crates/fj-viewer/src/viewer.rs index f0b00f0ab..558ee26cb 100644 --- a/crates/fj-viewer/src/viewer.rs +++ b/crates/fj-viewer/src/viewer.rs @@ -57,9 +57,6 @@ pub struct Viewer { impl Viewer { /// # Display a triangle mesh in a new window - /// - /// This can fail, if the viewer thread is no longer running. Returns the - /// triangle mesh, wrapped in an error, if that is the case. pub fn display(&self, tri_mesh: TriMesh) { // If there's an error, that means the display thread has closed down // and we're on our way to shutting down as well. I don't think there's