diff --git a/src/lib.rs b/src/lib.rs index 635939b..04d1476 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,8 +62,6 @@ pub enum IconSource { Name(Cow<'static, str>), // Icon is a mime type. Mime(Cow<'static, str>), - // Window Entity ID. - Window((Generation, Indice)), } /// Sent from a plugin to the launcher service.