Skip to content

Commit

Permalink
Removed duplicated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Radim Göth authored and ancwrd1 committed Dec 2, 2024
1 parent f1a26a6 commit cd3b26c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipp/src/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit cd3b26c

Please sign in to comment.