diff options
| author | Michael Biebl <biebl@debian.org> | 2015-11-24 00:06:46 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-11-24 00:06:46 +0100 |
| commit | 5916ab88146d04273e6a1895ba3eed7322f2625f (patch) | |
| tree | 54479065ceda124ef5ff84890de64c52717a5645 /src/nm-config.h | |
| parent | 3f830f75cf071873c36e1365f80c31e2422e1f7c (diff) | |
| parent | a6ece1a2aa19a6268335c87d4fdef20123dd04a5 (diff) | |
Merge tag 'upstream/1.0.8'
Upstream version 1.0.8
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); |