aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-05-11 23:43:45 +0100
committerEmil Velikov <[email protected]>2015-05-14 21:00:04 +0000
commit1fac38ee3238d5e4429f4a7250e160bc9db2c9f4 (patch)
treef4d3bf510af4334fff120ddada23006a80d03858 /src/egl/main/egldriver.c
parent209360bbb91bb10346ebc509db3d8173ea32f6b1 (diff)
egl/main: cleanup function prototypes
Cleanup the function propotypes which were part of the previous EGL drivers. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main/egldriver.c')
-rw-r--r--src/egl/main/egldriver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/egldriver.c b/src/egl/main/egldriver.c
index 4cadbc75b8a..6ef79d96502 100644
--- a/src/egl/main/egldriver.c
+++ b/src/egl/main/egldriver.c
@@ -45,10 +45,6 @@
#include "egldriver.h"
#include "egllog.h"
-#ifdef _EGL_BUILT_IN_DRIVER_HAIKU
-_EGLDriver* _eglBuiltInDriverHaiku(const char* args);
-#endif
-
typedef struct _egl_module {
char *Name;
_EGLMain_t BuiltIn;