summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-10-11 15:28:35 +0200
committerBenjamin Otte <otte@gnome.org>2009-10-11 15:28:35 +0200
commit4e08d371c1141862c53641ed592334a80f0bf5a6 (patch)
treea0d1328a0af9281c977a07f0ed69eefec04ffe69 /gst-libs
parent24b2c59eb0e1aa8ea51041159b664f0d84983474 (diff)
Remove typedef that's unused now
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/cairo/gstcairobuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/cairo/gstcairobuffer.h b/gst-libs/gst/cairo/gstcairobuffer.h
index b878408..40e5ef5 100644
--- a/gst-libs/gst/cairo/gstcairobuffer.h
+++ b/gst-libs/gst/cairo/gstcairobuffer.h
@@ -24,8 +24,6 @@
#include <gst/gst.h>
#include <gst/cairo/gstcairoformat.h>
-typedef cairo_surface_t * (* GstCairoSurfaceCopyFunc) (cairo_surface_t *, const GstCairoFormat *);
-
typedef struct _GstCairoBuffer GstCairoBuffer;
typedef struct _GstCairoBufferClass GstCairoBufferClass;