1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

Kill wstrerror

As far as i can tell, all current targets have strerror().

Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
Tamas TEVESZ
2010-09-23 02:19:42 +02:00
committed by Carlos R. Mafra
parent 758f4c80d1
commit 3c847aa52b
3 changed files with 2 additions and 33 deletions

View File

@@ -176,10 +176,6 @@ typedef void waborthandler(int);
waborthandler* wsetabort(waborthandler* handler);
/* don't free the returned string */
char* wstrerror(int errnum);
enum {
WMESSAGE_TYPE_MESSAGE,
WMESSAGE_TYPE_WARNING,