Skip to content

Commit c5ea54d

Browse files
committed
Add godot 4.3 to minimal CI
- Remove noisy comment.
1 parent b709e5a commit c5ea54d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

godot-core/src/registry/class.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ fn fill_class_info(item: PluginItem, c: &mut ClassRegistrationInfo) {
479479
c.godot_params.property_can_revert_func = user_property_can_revert_fn;
480480
c.godot_params.property_get_revert_func = user_property_get_revert_fn;
481481
c.user_virtual_fn = get_virtual_fn;
482-
// Not present in GDExtension.
483482
#[cfg(since_api = "4.2")]
484483
{
485484
c.godot_params.validate_property_func = validate_property_fn;

0 commit comments

Comments
 (0)