]> git.sur5r.net Git - i3/i3/blobdiff - include/util.h
Remove compatibility definitions for xcb-util < 0.3.8 (#2473)
[i3/i3] / include / util.h
index 28655178854b02b5e03374d959873deccd2eb0fe..9915c1a87a551a42dde79bf0e60505f5c7a8635e 100644 (file)
@@ -98,14 +98,6 @@ bool update_if_necessary(uint32_t *destination, const uint32_t new_value);
  */
 void exec_i3_utility(char *name, char *argv[]);
 
-/**
- * Checks a generic cookie for errors and quits with the given message if
- * there was an error.
- *
- */
-void check_error(xcb_connection_t *conn, xcb_void_cookie_t cookie,
-                 char *err_message);
-
 /**
  * Checks if the given path exists by calling stat().
  *