summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-10-05 22:44:26 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2015-10-05 22:44:26 +0200
commit3f5efe7c6edc7ea6fabc81152ac1ba9daf93aa9e (patch)
treef69b3558f366c7d971a8544c7b0fb12ec89925cc /plugins
parent36e92687c80bd1ec42a232774f4246307d65ec4c (diff)
Remove stray reset()
Diffstat (limited to 'plugins')
-rw-r--r--plugins/soundsourcewv/soundsourcewv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/soundsourcewv/soundsourcewv.cpp b/plugins/soundsourcewv/soundsourcewv.cpp
index 20af06ba2b..d6ff675064 100644
--- a/plugins/soundsourcewv/soundsourcewv.cpp
+++ b/plugins/soundsourcewv/soundsourcewv.cpp
@@ -256,7 +256,6 @@ uint32_t SoundSourceWV::GetPosCallback(void *id)
if (!pFile) {
return 0;
}
- pFile->reset();
return pFile->pos();
}