Skip to content

Commit 056b689

Browse files
committed
Remove gdnative::GodotResult
1 parent ba8b834 commit 056b689

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gdnative-core/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ pub mod private;
5555
//
5656

5757
pub use init::{InitializeInfo, TerminateInfo};
58-
59-
#[deprecated(since = "0.10.0", note = "use core_types::GodotResult")]
60-
#[doc(hidden)]
61-
pub type GodotResult = core_types::GodotResult;

0 commit comments

Comments
 (0)