changeset 419 | e27fe0bfe470 |
parent 411 | cade1e3a4cb8 |
child 518 | 8bc9b5fd2aae |
1.1 --- a/music_mod.h Sat Oct 03 10:53:24 2009 +0000 1.2 +++ b/music_mod.h Sat Oct 03 20:43:33 2009 +0000 1.3 @@ -63,10 +63,4 @@ 1.4 /* Jump (seek) to a given position (time is in seconds) */ 1.5 extern void MOD_jump_to_time(struct MODULE *music, double time); 1.6 1.7 -/* Set the MOD synchronization value */ 1.8 -extern int MOD_SetSynchroValue(int i); 1.9 - 1.10 -/* Get the MOD synchronization value */ 1.11 -extern int MOD_GetSynchroValue(void); 1.12 - 1.13 #endif /* MOD_MUSIC */