diff options
Diffstat (limited to 'recordmydesktop/src/rmdthreads.c')
-rw-r--r-- | recordmydesktop/src/rmdthreads.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmdthreads.c b/recordmydesktop/src/rmdthreads.c index a0bdb87..faf21eb 100644 --- a/recordmydesktop/src/rmdthreads.c +++ b/recordmydesktop/src/rmdthreads.c @@ -40,8 +40,7 @@ void rmdThreads(ProgData *pdata){ - pthread_t poll_events_t, - image_capture_t, + pthread_t image_capture_t, image_encode_t, image_cache_t, sound_capture_t, |