summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/recording
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/recording')
-rw-r--r--kradio3/plugins/recording/recording.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/kradio3/plugins/recording/recording.cpp b/kradio3/plugins/recording/recording.cpp
index 0562e80..ca11bfe 100644
--- a/kradio3/plugins/recording/recording.cpp
+++ b/kradio3/plugins/recording/recording.cpp
@@ -588,7 +588,6 @@ void Recording::stopEncoder(SoundStreamID id)
//logDebug("stopEncoder thread = " + TQString::number((long long)thread, 16));
//logDebug("stopEncoder thread error = " + TQString::number(thread->error(), 16));
-#if (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 1)
// FIXME: set a timer and do waiting "in background"
if (!thread->wait(5000)) {
//m_context.setError();
@@ -596,10 +595,6 @@ void Recording::stopEncoder(SoundStreamID id)
thread->terminate();
thread->wait();
} else {
-#else
- logError(i18n("Waiting for encoding thread to terminate."));
- thread->wait();
-#endif
if (thread->error()) {
//m_context.setError();
logError(thread->errorString());