summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-07-01 01:41:31 +0100
committerRobert Bragg <robert@linux.intel.com>2011-07-11 14:07:02 +0100
commit09e7174b1dd2d46f8e94b6eecdff947e12716d59 (patch)
tree7ffbb230d85939ba07a2d7e42673afa8c9b86ebe /cogl/cogl-context.h
parent38b67e2884f44a7647dbcd9a72b79d9147d180c1 (diff)
downloadcogl-09e7174b1dd2d46f8e94b6eecdff947e12716d59.tar.gz
Remove cogl_context_set_default API
For cogl 2.0 we don't want to have a default context. In the meantime we can simply assume that calling cogl_context_new() implicitly sets that context as the default context before returning. Signed-off-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl-context.h')
-rw-r--r--cogl/cogl-context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index 654a88c2..57fc9f68 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -61,10 +61,6 @@ CoglContext *
cogl_context_new (CoglDisplay *display,
GError **error);
-#define cogl_set_default_context cogl_set_default_context_EXP
-void
-cogl_set_default_context (CoglContext *context);
-
#ifdef COGL_HAS_EGL_SUPPORT
#define cogl_context_egl_get_egl_display cogl_context_egl_get_egl_display_EXP
EGLDisplay