comment out never used

Origin commit data
------------------
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
This commit is contained in:
Jacek Jendrzej
2012-08-04 10:03:19 +02:00
parent 68773d8e37
commit 41e57ce7bc
26 changed files with 149 additions and 85 deletions

View File

@@ -357,7 +357,8 @@ void * streamts_live_thread(void *data)
close(fd);
return 0;
}
#if 0
//never used
void streamts_file_thread(void *data)
{
int dvrfd;
@@ -458,3 +459,4 @@ void streamts_file_thread(void *data)
return;
}
#endif