summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-16 23:13:35 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-16 23:13:42 +0800
commitd370d88885965d29e5ca5b52ee4b504d7af09060 (patch)
treed354c2379e2514b5338540cd2f56a5d666fc30cf
parentbe4707c6deb448acc2b11b9b4f1f83ef65c90f25 (diff)
Remove api from st_context.
A context is self contained and there should hopefully be no need for access to the api.
-rw-r--r--st_api.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/st_api.h b/st_api.h
index 804668d..430282d 100644
--- a/st_api.h
+++ b/st_api.h
@@ -134,11 +134,6 @@ struct st_framebuffer
struct st_context
{
/**
- * API from which this context was created from.
- */
- struct st_api *api;
-
- /**
* Invalidate the current textures that was taken from a framebuffer.
*
* The state tracker manager calls this function to let the rendering