aboutsummaryrefslogtreecommitdiffstats
path: root/Input/DASHReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Input/DASHReceiver.h')
-rw-r--r--Input/DASHReceiver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Input/DASHReceiver.h b/Input/DASHReceiver.h
index 9d221ec5..ee2df388 100644
--- a/Input/DASHReceiver.h
+++ b/Input/DASHReceiver.h
@@ -107,7 +107,6 @@ private:
IICNConnection *conn;
IICNConnection *initConn;
THREAD_HANDLE bufferingThread;
- THREAD_HANDLE mpdFetcherThread;
bool isBuffering;
bool icn;
double icnAlpha;
@@ -123,7 +122,6 @@ private:
void DownloadInitSegmentWithoutLock();
bool InitSegmentExists(int rep);
static void* DoBuffering(void *receiver);
- static void* DoMPDFetching(void * data);
};
}
}