From bd63f3f5f1cab69c48438d2d3c0f7b9c8936a589 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 28 Apr 2022 15:41:12 +0200 Subject: [PATCH] autocommit 2022-04-28 15:41:12 CEST --- src/ifs/zwlr_layer_shell_v1.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifs/zwlr_layer_shell_v1.rs b/src/ifs/zwlr_layer_shell_v1.rs index 0a977d65..52b5b81f 100644 --- a/src/ifs/zwlr_layer_shell_v1.rs +++ b/src/ifs/zwlr_layer_shell_v1.rs @@ -12,9 +12,7 @@ use { thiserror::Error, }; -#[allow(dead_code)] pub const BACKGROUND: u32 = 0; -#[allow(dead_code)] pub const BOTTOM: u32 = 1; pub const TOP: u32 = 2; pub const OVERLAY: u32 = 3;