From e8cb13fea1918fffc2b6560d3537797e267ceee0 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 26 Dec 2011 16:34:01 +0100 Subject: [PATCH] lame: cleanup unused instance struct fields --- ext/lame/gstlame.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h index b84cca3f3d..6755e718aa 100644 --- a/ext/lame/gstlame.h +++ b/ext/lame/gstlame.h @@ -90,13 +90,7 @@ struct _GstLame { gboolean emphasis; gint preset; - /* track this so we don't send a last buffer in eos handler after error */ - GstFlowReturn last_flow; - lame_global_flags *lgf; - - /* time tracker */ - guint64 last_ts, last_offs, last_duration, eos_ts; }; struct _GstLameClass {