From 3ac0683d632347347c2fdbd546da0c7c2effb08a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 26 Apr 2012 13:41:33 +0200 Subject: gallium: remove pipe_resource::user_ptr It's unused now. --- src/gallium/drivers/noop/noop_pipe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/noop') diff --git a/src/gallium/drivers/noop/noop_pipe.c b/src/gallium/drivers/noop/noop_pipe.c index e63263a0e0c..e47f944b59b 100644 --- a/src/gallium/drivers/noop/noop_pipe.c +++ b/src/gallium/drivers/noop/noop_pipe.c @@ -156,7 +156,6 @@ static struct pipe_resource *noop_user_buffer_create(struct pipe_screen *screen, templ.height0 = 1; templ.depth0 = 1; templ.flags = 0; - templ.user_ptr = ptr; return noop_resource_create(screen, &templ); } -- cgit v1.2.3