From 1ffbc2f1ae44f8ef824f928c0f07078792b1cfb1 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 12 Jul 2016 15:34:24 +1000 Subject: [PATCH] glutils: remove unused GstGLDisplayProjection --- gst-libs/gst/gl/gstglutils.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gst-libs/gst/gl/gstglutils.h b/gst-libs/gst/gl/gstglutils.h index 1e87c0d..0357b75 100644 --- a/gst-libs/gst/gl/gstglutils.h +++ b/gst-libs/gst/gl/gstglutils.h @@ -29,18 +29,6 @@ G_BEGIN_DECLS /** - * GstGLContextProjection: - * - * %GST_GL_DISPLAY_PROJECTION_ORTHO2D: Orthogonal projection - * %GST_GL_DISPLAY_CONVERSION_MATRIX: Perspective projection - */ -typedef enum -{ - GST_GL_DISPLAY_PROJECTION_ORTHO2D, - GST_GL_DISPLAY_PROJECTION_PERSPECTIVE -} GstGLDisplayProjection; - -/** * CDCB: * @texture: texture to draw * @width: new width -- 2.7.4