diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
commit | b73bb27c605120701619f3fa75acd82d31dec684 (patch) | |
tree | 2822cbec20099c30b9ec1c50a45b7bb7453aacca /gst/chart | |
parent | 89aac2284d69ddfb4ab3db480d6a93c67fb7fd3d (diff) | |
download | gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.gz gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.bz2 gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.zip |
fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
Diffstat (limited to 'gst/chart')
-rw-r--r-- | gst/chart/gstchart.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -247,12 +247,6 @@ gst_chart_sinkconnect (GstPad *pad, GstCaps *caps) } 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) { |