summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/thread.h b/thread.h
index d57f0b6b..da49bcdd 100644
--- a/thread.h
+++ b/thread.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.h 1.22 2004/10/24 09:46:36 kls Exp $
+ * $Id: thread.h 1.23 2004/10/24 10:28:48 kls Exp $
*/
#ifndef __THREAD_H
@@ -71,7 +71,6 @@ class cThread {
private:
pthread_t parentTid, childTid;
cMutex mutex;
- bool running;
char *description;
static bool emergencyExitRequested;
static void *StartThread(cThread *Thread);