Skip to content

Commit

Permalink
remove unnecessary definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlie Davis committed May 15, 2024
1 parent 9f7a58b commit ec29c03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/libs/core/src/imp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,3 @@ pub use define_interface;

#[doc(hidden)]
pub use std::boxed::Box;

#[doc(hidden)]
pub const E_POINTER: crate::HRESULT = crate::HRESULT(0x80004003u32 as i32);

#[doc(hidden)]
pub const E_NOINTERFACE: crate::HRESULT = crate::HRESULT(0x80004002u32 as i32);

0 comments on commit ec29c03

Please sign in to comment.