summary refs log tree commit diff
path: root/clients/tui/nmt-editor-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-editor-page.h')
-rw-r--r--clients/tui/nmt-editor-page.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-editor-page.h b/clients/tui/nmt-editor-page.h
index bbc0d9e3..8da5ea9f 100644
--- a/clients/tui/nmt-editor-page.h
+++ b/clients/tui/nmt-editor-page.h
@@ -24,8 +24,6 @@
 #include "nmt-editor-grid.h"
 #include "nmt-editor-section.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_EDITOR_PAGE            (nmt_editor_page_get_type ())
 #define NMT_EDITOR_PAGE(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_EDITOR_PAGE, NmtEditorPage))
 #define NMT_EDITOR_PAGE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_EDITOR_PAGE, NmtEditorPageClass))
@@ -53,6 +51,4 @@ GSList        *nmt_editor_page_get_sections      (NmtEditorPage *page);
 void           nmt_editor_page_add_section       (NmtEditorPage *page,
                                                   NmtEditorSection *section);
 
-G_END_DECLS
-
 #endif /* NMT_EDITOR_PAGE_H */