Skip to content

Commit

Permalink
Remove gdnative::GodotResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Oct 11, 2021
1 parent ba8b834 commit 056b689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gdnative-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,3 @@ pub mod private;
//

pub use init::{InitializeInfo, TerminateInfo};

#[deprecated(since = "0.10.0", note = "use core_types::GodotResult")]
#[doc(hidden)]
pub type GodotResult = core_types::GodotResult;

0 comments on commit 056b689

Please sign in to comment.