From ed38f3a79a49cce5507107ffb3a235e4567f2730 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 18 Nov 2021 15:38:50 +0100 Subject: [PATCH] chore!: Remove deprecated `IconSource::Window` --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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.