summary refs log tree commit diff
path: root/clients/tui/nmt-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-editor.h')
-rw-r--r--clients/tui/nmt-editor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-editor.h b/clients/tui/nmt-editor.h
index db10b82a..b000f64e 100644
--- a/clients/tui/nmt-editor.h
+++ b/clients/tui/nmt-editor.h
@@ -23,8 +23,6 @@
 
 #include "nmt-newt.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_EDITOR            (nmt_editor_get_type ())
 #define NMT_EDITOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_EDITOR, NmtEditor))
 #define NMT_EDITOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_EDITOR, NmtEditorClass))
@@ -46,6 +44,4 @@ GType nmt_editor_get_type (void);
 
 NmtNewtForm *nmt_editor_new (NMConnection *connection);
 
-G_END_DECLS
-
 #endif /* NMT_EDITOR_H */