summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-07-14 00:19:54 +0100
committerEmil Velikov <[email protected]>2015-07-22 16:35:26 +0100
commit3593f37fd7b599e217bd1f894ac671a14a058b8d (patch)
treeea4a1a0c3db3136976f6c11a4ce38ad57d332652 /src/egl/main/Makefile.sources
parentd62879565a5c8479c3cfea513aa4e90f0d90b304 (diff)
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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/main/Makefile.sources')
-rw-r--r--src/egl/main/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/Makefile.sources b/src/egl/main/Makefile.sources
index e39a80f14a6..b90e88b9480 100644
--- a/src/egl/main/Makefile.sources
+++ b/src/egl/main/Makefile.sources
@@ -22,8 +22,6 @@ LIBEGL_C_FILES := \
eglimage.h \
egllog.c \
egllog.h \
- eglstring.c \
- eglstring.h \
eglsurface.c \
eglsurface.h \
eglsync.c \