aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r--src/gwin/gwin_keyboard.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h
index f98d6570..0f4185ab 100644
--- a/src/gwin/gwin_keyboard.h
+++ b/src/gwin/gwin_keyboard.h
@@ -64,10 +64,6 @@ typedef struct GKeyboardObject {
uint32_t key;
} GKeyboardObject;
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* @brief Create a keyboard widget.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
@@ -138,9 +134,5 @@ void gwinKeyboardDraw_Normal(GWidgetObject *gw, void *param);
/** @} */
-#ifdef __cplusplus
-}
-#endif
-
#endif /* _GWIN_KEYBOARD_H */
/** @} */