From f5d9a45e3ffb1326dced431025cc10814ea4b7d8 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 30 Apr 2012 17:51:05 -0400 Subject: Should've had dsp_replaygain_set_gains as static for now... ...because currently gains are only set through dsp_configure. Change-Id: I2866473a82fdd5f41de4705b45928daa7e43f8eb --- lib/rbcodec/dsp/dsp_misc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rbcodec/dsp/dsp_misc.h') diff --git a/lib/rbcodec/dsp/dsp_misc.h b/lib/rbcodec/dsp/dsp_misc.h index e0035457f5..1c84fd5a11 100644 --- a/lib/rbcodec/dsp/dsp_misc.h +++ b/lib/rbcodec/dsp/dsp_misc.h @@ -53,7 +53,6 @@ struct dsp_replay_gains }; void dsp_replaygain_set_settings(const struct replaygain_settings *settings); -void dsp_replaygain_set_gains(const struct dsp_replay_gains *gains); #ifdef HAVE_PITCHSCREEN void sound_set_pitch(int32_t ratio); -- cgit v1.2.3