diff options
Diffstat (limited to 'src/nm-config.h')
| -rw-r--r-- | src/nm-config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nm-config.h b/src/nm-config.h index 5b096f16..5d65e7a9 100644 --- a/src/nm-config.h +++ b/src/nm-config.h @@ -71,9 +71,6 @@ struct _NMConfig { typedef struct { GObjectClass parent; - - /* Signals */ - void (*config_changed) (NMConfig *config, GHashTable *changes, NMConfigData *old_data); } NMConfigClass; GType nm_config_get_type (void); |