From cb830a4ce01e0026cd3b2bb7539e88d80f761a66 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 8 Nov 2023 14:46:47 -0500 Subject: [PATCH] Remove unused code in `avatar` --- crates/ui2/src/components/avatar.rs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/crates/ui2/src/components/avatar.rs b/crates/ui2/src/components/avatar.rs index 9c993dfc06..d083d8fd46 100644 --- a/crates/ui2/src/components/avatar.rs +++ b/crates/ui2/src/components/avatar.rs @@ -61,23 +61,6 @@ mod stories { .child(Avatar::new( "https://avatars.githubusercontent.com/u/326587?v=4", )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/326587?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/482957?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/1714999?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/1486634?v=4", - // )) - .child(Story::label(cx, "Rounded rectangle")) - // .child( - // Avatar::new("https://avatars.githubusercontent.com/u/1714999?v=4") - // .shape(Shape::RoundedRectangle), - // ) } } }