summary refs log tree commit diff
path: root/clients/tui/nmt-page-ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-page-ppp.h')
-rw-r--r--clients/tui/nmt-page-ppp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-page-ppp.h b/clients/tui/nmt-page-ppp.h
index 79103232..634323d4 100644
--- a/clients/tui/nmt-page-ppp.h
+++ b/clients/tui/nmt-page-ppp.h
@@ -21,8 +21,6 @@
 
 #include "nmt-editor-page.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_PAGE_PPP            (nmt_page_ppp_get_type ())
 #define NMT_PAGE_PPP(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_PAGE_PPP, NmtPagePpp))
 #define NMT_PAGE_PPP_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_PAGE_PPP, NmtPagePppClass))
@@ -44,6 +42,4 @@ GType nmt_page_ppp_get_type (void);
 
 NmtEditorPage *nmt_page_ppp_new (NMConnection *conn);
 
-G_END_DECLS
-
 #endif /* NMT_PAGE_PPP_H */