diff options
author | Michal Mazur <mkm@semihalf.com> | 2022-01-27 16:07:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-30 13:48:48 +0000 |
commit | 9843546a490c34bf0f8adb1bcce9503eccbb3115 (patch) | |
tree | 7381dedfdccc7a0e52127024e17b3aaa050d0870 /src/mm-iface-modem.h | |
parent | 5d4957935ba17c7c24ae92b82fc3fb90851f3235 (diff) |
iface-modem: make update_unlock_retries method static
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 1e934c99..a182d6d9 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -518,9 +518,6 @@ MMModemLock mm_iface_modem_update_lock_info_finish (MMIfaceModem *self, MMModemLock mm_iface_modem_get_unlock_required (MMIfaceModem *self); MMUnlockRetries *mm_iface_modem_get_unlock_retries (MMIfaceModem *self); -void mm_iface_modem_update_unlock_retries (MMIfaceModem *self, - MMUnlockRetries *unlock_retries); - /* Request signal quality check update. * It will not only return the signal quality status, but also set the property * values in the DBus interface. */ |