mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
modem-manager, gsm, cdma: remove 'signal_quality' callback definitions
They are nowhere used.
This commit is contained in:
parent
7314e37061
commit
6e8b3dadea
2 changed files with 0 additions and 6 deletions
|
|
@ -45,9 +45,6 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
NMModemGenericClass parent;
|
||||
|
||||
/* Signals */
|
||||
void (*signal_quality) (NMModemCdma *self, guint32 quality);
|
||||
} NMModemCdmaClass;
|
||||
|
||||
GType nm_modem_cdma_get_type (void);
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
NMModemGenericClass parent;
|
||||
|
||||
/* Signals */
|
||||
void (*signal_quality) (NMModemGsm *self, guint32 quality);
|
||||
} NMModemGsmClass;
|
||||
|
||||
GType nm_modem_gsm_get_type (void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue