summaryrefslogtreecommitdiff
path: root/src/ReplayGainInfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReplayGainInfo.cxx')
-rw-r--r--src/ReplayGainInfo.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ReplayGainInfo.cxx b/src/ReplayGainInfo.cxx
index a87ae551f..3524811a0 100644
--- a/src/ReplayGainInfo.cxx
+++ b/src/ReplayGainInfo.cxx
@@ -41,10 +41,3 @@ ReplayGainTuple::CalculateScale(float preamp, float missing_preamp,
return scale;
}
-
-void
-ReplayGainInfo::Complete()
-{
- if (!tuples[REPLAY_GAIN_ALBUM].IsDefined())
- tuples[REPLAY_GAIN_ALBUM] = tuples[REPLAY_GAIN_TRACK];
-}