diff options
Diffstat (limited to 'src/gallium/targets/egl/st_OpenVG.c')
-rw-r--r-- | src/gallium/targets/egl/st_OpenVG.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/targets/egl/st_OpenVG.c b/src/gallium/targets/egl/st_OpenVG.c deleted file mode 100644 index d0bf4dbae91..00000000000 --- a/src/gallium/targets/egl/st_OpenVG.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "vg_api.h" -#include "egl.h" - -PUBLIC struct st_api * -st_api_create_OpenVG(void) -{ - return (struct st_api *) vg_api_get(); -} |