summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.h')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_screen.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h
index c64b7b16ad..580b4da6b4 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.h
+++ b/src/gallium/drivers/nouveau/nouveau_screen.h
@@ -29,13 +29,6 @@ struct nouveau_screen {
struct nouveau_mman *mm_VRAM;
struct nouveau_mman *mm_GART;
- void (*copy_data)(struct pipe_context *,
- struct nouveau_bo *dst, unsigned, unsigned,
- struct nouveau_bo *src, unsigned, unsigned,
- unsigned);
- void (*push_data)(struct pipe_context *,
- struct nouveau_bo *dst, unsigned, unsigned,
- unsigned, void *);
};
static INLINE struct nouveau_screen *