aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/label.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-11 08:36:08 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-11 08:36:08 +1000
commit9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d (patch)
treedc23b26da96cd8a335ba056334ecfeb762417cb9 /include/gwin/label.h
parentde90ca598979f34a29fcd9f1514d97b0527753a5 (diff)
downloaduGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.tar.gz
uGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.tar.bz2
uGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.zip
Fix a couple of doxygen comments, remove a couple of double definitions.
Diffstat (limited to 'include/gwin/label.h')
-rw-r--r--include/gwin/label.h10
1 files changed, 0 insertions, 10 deletions
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