Remove unused code in `avatar`

Nate Butler created

Change summary

crates/ui2/src/components/avatar.rs | 17 -----------------
1 file changed, 17 deletions(-)

Detailed changes

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),
-            // )
         }
     }
 }