summaryrefslogtreecommitdiff
path: root/clients/tui/newt/nmt-newt-button-box.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/newt/nmt-newt-button-box.h')
-rw-r--r--clients/tui/newt/nmt-newt-button-box.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/tui/newt/nmt-newt-button-box.h b/clients/tui/newt/nmt-newt-button-box.h
index 970588a4d0..dec2c34753 100644
--- a/clients/tui/newt/nmt-newt-button-box.h
+++ b/clients/tui/newt/nmt-newt-button-box.h
@@ -21,8 +21,6 @@
#include "nmt-newt-grid.h"
-G_BEGIN_DECLS
-
#define NMT_TYPE_NEWT_BUTTON_BOX (nmt_newt_button_box_get_type ())
#define NMT_NEWT_BUTTON_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NMT_TYPE_NEWT_BUTTON_BOX, NmtNewtButtonBox))
#define NMT_NEWT_BUTTON_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NMT_TYPE_NEWT_BUTTON_BOX, NmtNewtButtonBoxClass))
@@ -60,6 +58,4 @@ void nmt_newt_button_box_add_widget_end (NmtNewtButtonBox *bbox,
NmtNewtWidget *widget);
-G_END_DECLS
-
#endif /* NMT_NEWT_BUTTON_BOX_H */