From 70ed9b12e14fa40b16bfa92011ea1d2d67155b7e Mon Sep 17 00:00:00 2001 From: enselic Date: Tue, 16 Sep 2008 05:57:17 +0000 Subject: src/rmd_types.h src/rmd_initialize_data.c: Remove unused ProgData member sound_buffer_ready. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@548 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/rmd_initialize_data.c | 1 - recordmydesktop/src/rmd_types.h | 1 - 2 files changed, 2 deletions(-) (limited to 'recordmydesktop/src') diff --git a/recordmydesktop/src/rmd_initialize_data.c b/recordmydesktop/src/rmd_initialize_data.c index c71dc9b..32bd529 100644 --- a/recordmydesktop/src/rmd_initialize_data.c +++ b/recordmydesktop/src/rmd_initialize_data.c @@ -85,7 +85,6 @@ int InitializeData(ProgData *pdata, pthread_cond_init(&pdata->time_cond,NULL); pthread_cond_init(&pdata->pause_cond,NULL); pthread_cond_init(&pdata->image_buffer_ready,NULL); - pthread_cond_init(&pdata->sound_buffer_ready,NULL); pthread_cond_init(&pdata->sound_data_read,NULL); pthread_cond_init(&pdata->theora_lib_clean,NULL); pthread_cond_init(&pdata->vorbis_lib_clean,NULL); diff --git a/recordmydesktop/src/rmd_types.h b/recordmydesktop/src/rmd_types.h index e520c84..2af06b2 100644 --- a/recordmydesktop/src/rmd_types.h +++ b/recordmydesktop/src/rmd_types.h @@ -282,7 +282,6 @@ struct _ProgData { //whenever it's time to get a screenshot pause_cond, //this is blocks execution, //when program is paused - sound_buffer_ready, //sound encoding finished sound_data_read, //a buffer is ready for proccessing image_buffer_ready, //image encoding finished theora_lib_clean, //the flush_ogg thread cannot -- cgit v1.2.1