egl: remove custom string functions
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Jul 2015 23:19:54 +0000 (00:19 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Jul 2015 15:35:26 +0000 (16:35 +0100)
commit3593f37fd7b599e217bd1f894ac671a14a058b8d
treeea4a1a0c3db3136976f6c11a4ce38ad57d332652
parentd62879565a5c8479c3cfea513aa4e90f0d90b304
egl: remove custom string functions

Support for Windows has been removed for a while now, and virtually
every POSIX compliant system provides strcasecmp, strdup and snprintf.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/egl/main/Makefile.sources
src/egl/main/eglapi.c
src/egl/main/egldriver.c
src/egl/main/egllog.c
src/egl/main/eglstring.c [deleted file]
src/egl/main/eglstring.h [deleted file]