1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 11:02:35 +01:00

WINGs: Remove private snprintf() implementation

The code was added in 2001 in commit acdc0e3d6b for
"backwards compat". This motivation no longer exists in 2010,
so there is no reason to keep a private implementation of
a standard function from the C library.
This commit is contained in:
Carlos R. Mafra
2010-08-25 01:53:58 +02:00
parent 5c8eb580b3
commit 368e7e3e8f
3 changed files with 1 additions and 971 deletions

View File

@@ -73,7 +73,6 @@ libWUtil_la_SOURCES = \
misc.c \
notification.c \
proplist.c \
snprintf.c \
string.c \
tree.c \
userdefaults.c \