Skip to content

Commit da35606

Browse files
committed
Remove unused godot_wrap_method_parameter_count!
1 parent a2f0ee0 commit da35606

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

gdnative-core/src/export/macros.rs

-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
#![macro_use]
22

3-
#[doc(hidden)]
4-
#[macro_export]
5-
macro_rules! godot_wrap_method_parameter_count {
6-
() => {
7-
0
8-
};
9-
($name:ident, $($other:ident,)*) => {
10-
1 + $crate::godot_wrap_method_parameter_count!($($other,)*)
11-
}
12-
}
13-
143
#[doc(hidden)]
154
#[macro_export]
165
macro_rules! godot_wrap_method_if_deref {

0 commit comments

Comments
 (0)