level: remove unused variables in instance struct

This commit is contained in:
Stefan Sauer 2013-06-01 21:33:46 +02:00
parent 19b23d3b90
commit bcf1bba689

View file

@ -74,8 +74,6 @@ struct _GstLevel {
gdouble *last_peak; /* last normalized Peak value over interval */
gdouble *decay_peak; /* running decaying normalized Peak */
gdouble *decay_peak_base; /* value of last peak we are decaying from */
gdouble *MS; /* normalized Mean Square of buffer */
gdouble *RMS_dB; /* RMS in dB to emit */
GstClockTime *decay_peak_age; /* age of last peak */
void (*process)(gpointer, guint, guint, gdouble*, gdouble*);