summaryrefslogtreecommitdiff
path: root/cogl/cogl.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-04-16 14:14:10 +0100
committerRobert Bragg <robert@linux.intel.com>2012-04-18 14:24:02 +0100
commit6ed3aaf4be21d605a1ed3176b3ea825933f85cf0 (patch)
tree58c0e51fc084ee5d7c163fd8e3cc36e49b5e0c42 /cogl/cogl.h
parent465b39a764f2720e77678cafa56acb0e69007ffd (diff)
downloadcogl-6ed3aaf4be21d605a1ed3176b3ea825933f85cf0.tar.gz
Removes all remaining use of CoglHandle
Removing CoglHandle has been an on going goal for quite a long time now and finally this patch removes the last remaining uses of the CoglHandle type and the cogl_handle_ apis. Since the big remaining users of CoglHandle were the cogl_program_ and cogl_shader_ apis which have replaced with the CoglSnippets api this patch removes both of these apis. Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl.h')
-rw-r--r--cogl/cogl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 6f2a5d10..1984e3f6 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -68,7 +68,6 @@
#ifndef COGL_ENABLE_EXPERIMENTAL_2_0_API
#include <cogl/cogl-clip-state.h>
#include <cogl/cogl-enum-types.h>
-#include <cogl/cogl-shader.h>
#endif
/*