summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2016-06-15 18:43:03 -0400
committerJonas Ådahl <jadahl@gmail.com>2016-07-20 14:23:48 +0800
commit835ded3f02a013c07d97c3548afdda18beb7968c (patch)
treec0fa1aa456cf08eb396d3aa2ec271d6817a8c4a1 /cogl/cogl/cogl.h
parent3450b51da11fc1dcf6db402fc3a3099d060a921d (diff)
downloadmutter-835ded3f02a013c07d97c3548afdda18beb7968c.tar.gz
cogl: Remove deprecated CoglTexture functions
None were used; no reason to keep them. https://bugzilla.gnome.org/show_bug.cgi?id=768977
Diffstat (limited to 'cogl/cogl/cogl.h')
-rw-r--r--cogl/cogl/cogl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl/cogl.h b/cogl/cogl/cogl.h
index d71dd8aaa..5d8c4e21a 100644
--- a/cogl/cogl/cogl.h
+++ b/cogl/cogl/cogl.h
@@ -83,7 +83,6 @@
#include <cogl/deprecated/cogl-vertex-buffer.h>
#include <cogl/deprecated/cogl-material-compat.h>
#include <cogl/deprecated/cogl-shader.h>
-#include <cogl/deprecated/cogl-texture-deprecated.h>
#endif
/* It would be good to move these casts up into 1.x only api if we can