summary refs log tree commit diff
path: root/clients/tui/nmt-route-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-route-table.h')
-rw-r--r--clients/tui/nmt-route-table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-route-table.h b/clients/tui/nmt-route-table.h
index 217bf40d..1aa92e6b 100644
--- a/clients/tui/nmt-route-table.h
+++ b/clients/tui/nmt-route-table.h
@@ -21,8 +21,6 @@
 
 #include "nmt-newt.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_ROUTE_TABLE            (nmt_route_table_get_type ())
 #define NMT_ROUTE_TABLE(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_ROUTE_TABLE, NmtRouteTable))
 #define NMT_ROUTE_TABLE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_ROUTE_TABLE, NmtRouteTableClass))
@@ -44,6 +42,4 @@ GType nmt_route_table_get_type (void);
 
 NmtNewtWidget *nmt_route_table_new (int family);
 
-G_END_DECLS
-
 #endif /* NMT_ROUTE_TABLE_H */