about summary refs log tree commit diff
path: root/clients/tui/newt/nmt-newt-separator.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/newt/nmt-newt-separator.h')
-rw-r--r--clients/tui/newt/nmt-newt-separator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/newt/nmt-newt-separator.h b/clients/tui/newt/nmt-newt-separator.h
index 3f4183d5..71503099 100644
--- a/clients/tui/newt/nmt-newt-separator.h
+++ b/clients/tui/newt/nmt-newt-separator.h
@@ -21,8 +21,6 @@
 
 #include "nmt-newt-component.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_NEWT_SEPARATOR            (nmt_newt_separator_get_type ())
 #define NMT_NEWT_SEPARATOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_NEWT_SEPARATOR, NmtNewtSeparator))
 #define NMT_NEWT_SEPARATOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_NEWT_SEPARATOR, NmtNewtSeparatorClass))
@@ -44,6 +42,4 @@ GType nmt_newt_separator_get_type (void);
 
 NmtNewtWidget *nmt_newt_separator_new (void);
 
-G_END_DECLS
-
 #endif /* NMT_NEWT_SEPARATOR_H */