clover: Fix build since removal of pipe_surface::usage

by commit 25409c6da8
This commit is contained in:
Tom Stellard
2012-12-13 20:04:34 +00:00
parent 6d7d821e3d
commit 4330cfec8b
@@ -100,7 +100,6 @@ resource::bind_surface(clover::command_queue &q, bool rw) {
pipe_surface info {};
info.format = pipe->format;
info.usage = pipe->bind;
info.writable = rw;
if (pipe->target == PIPE_BUFFER)