remove unused comment

Kay Simmons created

Change summary

crates/activity_indicator/src/activity_indicator.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/activity_indicator/src/activity_indicator.rs 🔗

@@ -17,7 +17,6 @@ actions!(lsp_status, [ShowErrorMessage]);
 
 const DOWNLOAD_ICON: &str = "icons/download_12.svg";
 const WARNING_ICON: &str = "icons/triangle_exclamation_12.svg";
-const DONE_ICON: &str = "icons/circle_check_12.svg";
 
 pub enum Event {
     ShowError { lsp_name: Arc<str>, error: String },