Drop support for old readonly adjtime

This commit is contained in:
Miroslav Lichvar
2011-06-06 16:13:12 +02:00
parent da1097095c
commit 50de930730
3 changed files with 16 additions and 39 deletions

View File

@@ -68,7 +68,6 @@ int TMX_SetTick(long tick);
int TMX_ApplyOffset(long *offset);
int TMX_SetFrequency(double *freq, long tick);
int TMX_GetFrequency(double *freq);
int TMX_GetOffsetLeftOld(long *offset);
int TMX_GetOffsetLeft(long *offset);
int TMX_ReadCurrentParams(struct tmx_params *params);
int TMX_SetLeap(int leap);