summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-04 16:33:08 +0200
committerThomas Haller <thaller@redhat.com>2015-09-04 16:34:10 +0200
commit39de56844e731652a88c73b2ecf8c460b1b942a8 (patch)
tree5cea2efd18391978990fc35ed2bb019a8d0e3169 /src/nm-config.h
parent18d2825ceb9fe694689746e01a6bfb0bb4f2ee09 (diff)
downloadNetworkManager-39de56844e731652a88c73b2ecf8c460b1b942a8.tar.gz
config: fix wrong signature of class-method config_changed() for signal
Actually, just drop it. It's unused anyway.
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index e2365ab165..59fd5cf39a 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -77,9 +77,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);