diff options
author | Emil Velikov <[email protected]> | 2016-08-25 16:59:00 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-06 15:03:46 +0100 |
commit | 0728e2bb17040af808e2645fedfcf0d8739b2b96 (patch) | |
tree | 8ef3c076d2fbbe4ea4a96dca1c4ecf02ee5a0b34 /src/mapi/glapi/glapi_priv.h | |
parent | 96b9ec1ea3d7ab2e00ce3bea61520f6fa9dae5c0 (diff) |
mapi/glapi: remove unused _glapi_check_table()
Similar to earlier commit - symbol was never part of the public API so
we're safe to remove it.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/glapi/glapi_priv.h')
-rw-r--r-- | src/mapi/glapi/glapi_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h index 4eb0911df45..8f2c6775dc9 100644 --- a/src/mapi/glapi/glapi_priv.h +++ b/src/mapi/glapi/glapi_priv.h @@ -53,12 +53,6 @@ typedef void *GLeglImageOES; extern "C" { #endif -/* getproc */ - -extern void -_glapi_check_table(const struct _glapi_table *table); - - /* entrypoint */ extern void |