Browse Source

Stop trying to report Xlib errors

Xlib being completely asynchronous, trying to report errors can't do anything
right without huge overhead.
Léo Gaspard 8 years ago
parent
commit
a3ed29bbd5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      TODO

+ 1 - 3
TODO

@@ -1,6 +1,4 @@
 Still to do:
- * Cleanly report Xlib errors
- * Setup a scheme for error reporting
- * Support for faces other than the first
  * Document
+ * Support for faces other than the first
  * Add FontConfig optional support for last-resort fallback font (?)