From cd3b26c7accebb06057f4f723461f846c4632113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20G=C3=B6th?= Date: Mon, 2 Dec 2024 13:41:08 +0100 Subject: [PATCH] Removed duplicated attributes --- ipp/src/attribute.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ipp/src/attribute.rs b/ipp/src/attribute.rs index 6e77cb4..4266f70 100644 --- a/ipp/src/attribute.rs +++ b/ipp/src/attribute.rs @@ -97,11 +97,7 @@ impl IppAttribute { pub const MULTIPLE_DOCUMENT_HANDLING: &'static str = "multiple-document-handling"; pub const MEDIA_SOURCE_SUPPORTED: &'static str = "media-source-supported"; pub const MOPRIA_CERTIFIED: &'static str = "mopria-certified"; - pub const COPIES: &'static str = "copies"; - pub const SIDES: &'static str = "sides"; pub const ORIENTATION_REQUESTED: &'static str = "orientation-requested"; - pub const MULTIPLE_DOCUMENT_HANDLING: &'static str = "multiple-document-handling"; - pub const PRINT_COLOR_MODE: &'static str = "print-color-mode"; pub const OUTPUT_BIN: &'static str = "output-bin"; pub const PRINT_QUALITY: &'static str = "print-quality"; pub const PRINTER_RESOLUTION: &'static str = "printer-resolution";