diff options
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv04_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv04_context.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv04_context.h b/src/mesa/drivers/dri/nouveau/nv04_context.h index ed4eec9865f..ccd3b61e267 100644 --- a/src/mesa/drivers/dri/nouveau/nv04_context.h +++ b/src/mesa/drivers/dri/nouveau/nv04_context.h @@ -42,11 +42,6 @@ struct nv04_context { struct nouveau_grobj * nv04_context_engine(GLcontext *ctx); -GLcontext * -nv04_context_create(struct nouveau_screen *screen, const GLvisual *visual, - GLcontext *share_ctx); - -void -nv04_context_destroy(GLcontext *ctx); +extern const struct nouveau_driver nv04_driver; #endif |