Remove more commented-out code (#4150)

This PR removes some more commented-out code from various spots in the
codebase.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-18 23:17:41 -05:00 committed by GitHub
parent ebce6226bb
commit 4ce0c27e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 75 deletions

View file

@ -669,18 +669,6 @@ impl Workspace {
cx.defer(|this, cx| {
this.update_window_title(cx);
// todo! @nate - these are useful for testing notifications
// this.show_error(
// &anyhow::anyhow!("what happens if this message is very very very very very long"),
// cx,
// );
// this.show_notification(1, cx, |cx| {
// cx.new_view(|_cx| {
// simple_message_notification::MessageNotification::new(format!("Error:"))
// .with_click_message("click here because!")
// })
// });
});
Workspace {
weak_self: weak_handle.clone(),