mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-03 17:08:11 +02:00
rdisc: remove unused signal slots ra_timeout and ra_process
This commit is contained in:
parent
c9c00ec5c6
commit
d42b3aca60
2 changed files with 1 additions and 3 deletions
|
|
@ -939,7 +939,7 @@ nm_rdisc_class_init (NMRDiscClass *klass)
|
|||
g_signal_new (NM_RDISC_RA_TIMEOUT,
|
||||
G_OBJECT_CLASS_TYPE (klass),
|
||||
G_SIGNAL_RUN_FIRST,
|
||||
G_STRUCT_OFFSET (NMRDiscClass, ra_timeout),
|
||||
0,
|
||||
NULL, NULL, NULL,
|
||||
G_TYPE_NONE, 0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -142,8 +142,6 @@ typedef struct {
|
|||
void (*start) (NMRDisc *rdisc);
|
||||
gboolean (*send_rs) (NMRDisc *rdisc, GError **error);
|
||||
void (*config_changed) (NMRDisc *rdisc, NMRDiscConfigMap changed);
|
||||
void (*ra_process) (NMRDisc *rdisc);
|
||||
void (*ra_timeout) (NMRDisc *rdisc);
|
||||
} NMRDiscClass;
|
||||
|
||||
GType nm_rdisc_get_type (void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue