aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/WildmidiDecoderPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/WildmidiDecoderPlugin.cxx')
-rw-r--r--src/decoder/WildmidiDecoderPlugin.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/WildmidiDecoderPlugin.cxx b/src/decoder/WildmidiDecoderPlugin.cxx
index 1a390706f..a1d29a35e 100644
--- a/src/decoder/WildmidiDecoderPlugin.cxx
+++ b/src/decoder/WildmidiDecoderPlugin.cxx
@@ -106,11 +106,7 @@ wildmidi_file_decode(struct decoder *decoder, const char *path_fs)
unsigned long seek_where = WILDMIDI_SAMPLE_RATE *
decoder_seek_where(decoder);
-#ifdef HAVE_WILDMIDI_SAMPLED_SEEK
- WildMidi_SampledSeek(wm, &seek_where);
-#else
WildMidi_FastSeek(wm, &seek_where);
-#endif
decoder_command_finished(decoder);
cmd = DecoderCommand::NONE;
}