Remove unused GraphicSlot
enum
This commit is contained in:
parent
0a8a84f656
commit
865baaa1a1
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
use gpui::{ImageSource, SharedString};
|
|
||||||
|
|
||||||
use crate::Icon;
|
|
||||||
|
|
||||||
/// A slot utility that provides a way to to pass either
|
|
||||||
/// an icon or an image to a component.
|
|
||||||
#[derive(Debug, Clone)]
|
|
||||||
pub enum GraphicSlot {
|
|
||||||
Icon(Icon),
|
|
||||||
Avatar(ImageSource),
|
|
||||||
PublicActor(SharedString),
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue