summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl/st_OpenVG.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2011-06-24 11:15:55 +0900
committerChia-I Wu <[email protected]>2011-06-24 16:49:27 +0900
commit875a1f8960bbbb56fda291f19b1f119fc23b17fe (patch)
treeac6053302a18c4d0e0cbef07a862057a8e3e0eb0 /src/gallium/targets/egl/st_OpenVG.c
parentb8f097f7a0da976ea23f8ee124f6faf0472ce42c (diff)
targets/egl: removed
Not used.
Diffstat (limited to 'src/gallium/targets/egl/st_OpenVG.c')
-rw-r--r--src/gallium/targets/egl/st_OpenVG.c8
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();
-}