From 39f66877803966efb9f1e4a3fcd3fbc8cb02e036 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Mar 2022 12:02:21 +0000 Subject: [PATCH] Drop an unused type alias Signed-off-by: Ian Jackson --- daemon/api.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/api.rs b/daemon/api.rs index 77b5d1c8..171bd4c6 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -6,8 +6,6 @@ use crate::imports::*; pub use super::*; -type PL = PresentationLayout; - #[derive(Clone,Debug)] pub struct InstanceAccess<'i, Id> { pub raw_token: &'i RawTokenVal, -- 2.30.2