diff options
author | Xavier Chantry <[email protected]> | 2010-03-13 11:33:27 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-03-13 11:33:27 +0100 |
commit | 83fe7149eaea7ca607a5aa74e092b9cf86f12b73 (patch) | |
tree | a8ef4115060e73596dd2c43550614921e8cea6d2 /src/gallium/drivers/nv50/nv50_screen.h | |
parent | 50a778661930ec7aa875a9c5235e9910143ec700 (diff) |
nv50: fixup after gallium-context-transfers merge
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h index d1bc80cb9ed..ec19ea655b1 100644 --- a/src/gallium/drivers/nv50/nv50_screen.h +++ b/src/gallium/drivers/nv50/nv50_screen.h @@ -38,6 +38,4 @@ nv50_screen(struct pipe_screen *screen) return (struct nv50_screen *)screen; } -void nv50_transfer_init_screen_functions(struct pipe_screen *); - #endif |