aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_progressbar.h')
-rw-r--r--src/gwin/gwin_progressbar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gwin/gwin_progressbar.h b/src/gwin/gwin_progressbar.h
index 95feaf4a..aa4deb2d 100644
--- a/src/gwin/gwin_progressbar.h
+++ b/src/gwin/gwin_progressbar.h
@@ -36,10 +36,6 @@ typedef struct GProgressbarObject {
#endif
} GProgressbarObject;
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* @brief Create a progressbar window.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
@@ -221,9 +217,5 @@ void gwinProgressbarDraw_Std(GWidgetObject *gw, void *param);
#endif /* GDISP_NEED_IMAGE */
/** @} */
-#ifdef __cplusplus
-}
-#endif
-
#endif /* _GWIN_PROGRESSBAR_H */
/** @} */