From b73bb27c605120701619f3fa75acd82d31dec684 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Apr 2002 03:40:15 +0000 Subject: fixed first bunch of compiler warnings Original commit message from CVS: fixed first bunch of compiler warnings --- gst/chart/gstchart.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gst/chart') diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index f049c194..9474b4b1 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -246,12 +246,6 @@ gst_chart_sinkconnect (GstPad *pad, GstCaps *caps) return GST_PAD_CONNECT_OK; } -static void -gst_chart_free (GstChart *chart) -{ - g_free (chart); -} - static void draw_chart_16bpp(guchar * output, gint width, gint height, gint16 * src_data, gint src_size) -- cgit v1.2.1