Skip to content
  • Dan Winship's avatar
    core: remove useless NMSettings::connections-loaded signal · 3d30ff01
    Dan Winship authored
    NMSettings (and NMConnectionProvider) had a signal to indicate when it
    had loaded the connections, but in reality this always happened before
    nm_settings_new() returned (as a side effect of calling
    unmanaged_specs_changed()) and so no one else would ever actually see
    the signal. So just kill it.
    3d30ff01