From 57dc482f2a9a6087a17fb0f8ff51a24e115775db Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Jun 2019 20:50:55 -0400 Subject: [PATCH] Oops --- doc/controls.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/controls.md b/doc/controls.md index 4e5ac83a..12ced00e 100644 --- a/doc/controls.md +++ b/doc/controls.md @@ -18,8 +18,6 @@ uint32_t uiControlType(void); `uiControl` is an opaque type that describes a control. -`uiControl()` is a conversion macro for casting a pointer of a specific control type (or a `void *`) to `uiControl` while also checking for errors. - `uiControlType()` is the type identifier of a `uiControl` as passed to `uiControlCheckType()`. You rarely need to call this directly; the `uiControl()` conversion macro does this for you. ### `uiControlVtable`