Function cleanup_component_settings

Source
pub fn cleanup_component_settings(
    commands: Commands<'_, '_>,
    settings_events: EventReader<'_, '_, ComponentSettingsEvent>,
    config_query: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)