summary refs log tree commit diff
path: root/clients/tui/nmt-route-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-route-editor.h')
-rw-r--r--clients/tui/nmt-route-editor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-route-editor.h b/clients/tui/nmt-route-editor.h
index 9882c713..febcb402 100644
--- a/clients/tui/nmt-route-editor.h
+++ b/clients/tui/nmt-route-editor.h
@@ -23,8 +23,6 @@
 
 #include "nmt-newt.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_ROUTE_EDITOR            (nmt_route_editor_get_type ())
 #define NMT_ROUTE_EDITOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_ROUTE_EDITOR, NmtRouteEditor))
 #define NMT_ROUTE_EDITOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_ROUTE_EDITOR, NmtRouteEditorClass))
@@ -46,6 +44,4 @@ GType nmt_route_editor_get_type (void);
 
 NmtNewtForm *nmt_route_editor_new (NMSetting *setting);
 
-G_END_DECLS
-
 #endif /* NMT_ROUTE_EDITOR_H */