diff options
Diffstat (limited to 'libxcb/src/xcb.h')
-rw-r--r-- | libxcb/src/xcb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libxcb/src/xcb.h b/libxcb/src/xcb.h index f7dc6afaa..071413077 100644 --- a/libxcb/src/xcb.h +++ b/libxcb/src/xcb.h @@ -278,7 +278,6 @@ xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c); /** * @brief Returns the next event or error from the server. * @param c: The connection to the X server. - * error status of the operation. * @return The next event from the server. * * Returns the next event or error from the server, if one is |