about summary refs log tree commit diff
path: root/clients/tui/nm-editor-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nm-editor-utils.h')
-rw-r--r--clients/tui/nm-editor-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nm-editor-utils.h b/clients/tui/nm-editor-utils.h
index 5e402ce7..15a16cd2 100644
--- a/clients/tui/nm-editor-utils.h
+++ b/clients/tui/nm-editor-utils.h
@@ -21,8 +21,6 @@
 
 #include <NetworkManager.h>
 
-G_BEGIN_DECLS
-
 typedef struct {
 	const char *name;
 	GType setting_type;
@@ -38,6 +36,4 @@ NMConnection *nm_editor_utils_create_connection (GType         type,
                                                  NMConnection *master,
                                                  NMClient     *client);
 
-G_END_DECLS
-
 #endif /* NM_EDITOR_UTILS_H */