summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-03-04 11:35:05 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-03-04 11:35:44 +0800
commitbdeeb17897d792f398341f0a2e60964db73e6170 (patch)
tree6fde564499f784cf6b0987869a34d6fedd6bb0eb
parent2a043defac9fe86a23c84c0fb65f93e2b570f898 (diff)
Remove st_manager::create_pipe_context.
There is now pipe_screen::context_create.
-rw-r--r--st_api.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/st_api.h b/st_api.h
index 4d7034e..b465d6b 100644
--- a/st_api.h
+++ b/st_api.h
@@ -318,14 +318,6 @@ struct st_manager
void (*unlock_resource)(struct st_manager *smapi,
struct st_context_iface *stctxi,
enum st_manager_resource_type type, void *res);
-
- /**
- * Create a pipe context.
- *
- * XXX this callback should go away once the pipe_screen can create
- * contexts.
- */
- struct pipe_context *(*create_pipe_context)(struct st_manager *smapi);
};
/**