summary refs log tree commit diff
path: root/clients/tui/nmt-password-fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-password-fields.h')
-rw-r--r--clients/tui/nmt-password-fields.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/nmt-password-fields.h b/clients/tui/nmt-password-fields.h
index 2ef830aa..6a6017ba 100644
--- a/clients/tui/nmt-password-fields.h
+++ b/clients/tui/nmt-password-fields.h
@@ -21,8 +21,6 @@
 
 #include "nmt-newt.h"
 
-G_BEGIN_DECLS
-
 #define NMT_TYPE_PASSWORD_FIELDS            (nmt_password_fields_get_type ())
 #define NMT_PASSWORD_FIELDS(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_PASSWORD_FIELDS, NmtPasswordFields))
 #define NMT_PASSWORD_FIELDS_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_PASSWORD_FIELDS, NmtPasswordFieldsClass))
@@ -50,6 +48,4 @@ typedef enum {
 NmtNewtWidget *nmt_password_fields_new (int                     width,
                                         NmtPasswordFieldsExtras extras);
 
-G_END_DECLS
-
 #endif /* NMT_PASSWORD_FIELDS_H */