From 9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 11 Nov 2013 08:36:08 +1000 Subject: Fix a couple of doxygen comments, remove a couple of double definitions. --- include/gwin/label.h | 10 ---------- include/gwin/list.h | 12 ------------ 2 files changed, 22 deletions(-) (limited to 'include/gwin') diff --git a/include/gwin/label.h b/include/gwin/label.h index caa4c1d1..3fe0f3d7 100644 --- a/include/gwin/label.h +++ b/include/gwin/label.h @@ -63,16 +63,6 @@ GHandle gwinGLabelCreate(GDisplay *g, GLabelObject *widget, GWidgetInit *pInit); */ void gwinLabelSetBorder(GHandle gh, bool_t border); -/** - * @brief Border settings for the default rendering routine - * - * @param[in] gh The widget handle (must be a list handle) - * @param[in] border Shall a border be rendered? - * - * @api - */ -void gwinLabelSetBorder(GHandle gh, bool_t border); - #ifdef __cplusplus } #endif diff --git a/include/gwin/list.h b/include/gwin/list.h index 11815d05..4052f53f 100644 --- a/include/gwin/list.h +++ b/include/gwin/list.h @@ -106,18 +106,6 @@ GHandle gwinGListCreate(GDisplay *g, GListObject *widget, GWidgetInit *pInit, bo */ void gwinListSetScroll(GHandle gh, scroll_t flag); -/** - * @brief Change the behaviour of the scroll bar - * - * @note Current possible values: @p scrollAlways and @p scrollAuto - * - * @param[in] gh The widget handle (must be a list handle) - * @param[in] flag The behaviour to be set - * - * @api - */ -void gwinListSetScroll(GHandle gh, scroll_t flag); - /** * @brief Add an item to the list * -- cgit v1.2.3