diff options
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 6b8f26f0a..64708bd84 100644 --- a/src/xine-engine/metronom.h +++ b/src/xine-engine/metronom.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.h,v 1.34 2002/06/29 14:32:36 tmattern Exp $ + * $Id: metronom.h,v 1.35 2002/09/05 22:19:04 mroi Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -244,7 +244,6 @@ struct metronom_s { pthread_cond_t cancel; int allow_full_ao_fill_gap; - int force_audio_jump; }; metronom_t *metronom_init (int have_audio, void *xine); |