aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-09-28 23:42:53 +0200
committerJoel Bodenmann <joel@unormal.org>2014-09-28 23:42:53 +0200
commit0253b7df4967b3fee54d9d9a1e588e6da8cd687d (patch)
tree2b54acc57c2dcef1cfc6daa12e9142fc5b156d90 /src/gwin
parent8d7bbe7e45e47e24074676ca996c0b744b14c959 (diff)
downloaduGFX-0253b7df4967b3fee54d9d9a1e588e6da8cd687d.tar.gz
uGFX-0253b7df4967b3fee54d9d9a1e588e6da8cd687d.tar.bz2
uGFX-0253b7df4967b3fee54d9d9a1e588e6da8cd687d.zip
some more doxygen fixes
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin_widget.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h
index 2c503116..c6bc6d4c 100644
--- a/src/gwin/gwin_widget.h
+++ b/src/gwin/gwin_widget.h
@@ -305,16 +305,6 @@ void gwinSetCustomDraw(GHandle gh, CustomWidgetDrawFunction fn, void *param);
bool_t gwinAttachListener(GListener *pl);
#if (GFX_USE_GINPUT && GINPUT_NEED_MOUSE) || defined(__DOXYGEN__)
- /**
- * @brief Set the mouse to be used to control the widgets
- * @return TRUE on success
- *
- * @param[in] instance The mouse instance
- *
- * @note Every widget uses the same mouse.
- *
- * @api
- */
bool_t DEPRECATED("This call can now be removed. Attaching the mouse to GWIN is now automatic.") gwinAttachMouse(uint16_t instance);
#endif