diff options
Diffstat (limited to 'src/gallium/targets/egl-swrast/swrast_glue.c')
-rw-r--r-- | src/gallium/targets/egl-swrast/swrast_glue.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/targets/egl-swrast/swrast_glue.c b/src/gallium/targets/egl-swrast/swrast_glue.c deleted file mode 100644 index defd11c6878..00000000000 --- a/src/gallium/targets/egl-swrast/swrast_glue.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "state_tracker/drm_api.h" - -struct drm_api * -drm_api_create() -{ - return NULL; -} - -/* A poor man's --whole-archive for EGL drivers */ -void *_eglMain(void *); -void *_eglWholeArchive = (void *) _eglMain; |