- Final fix for FOCUS problem

This commit is contained in:
koennecke
2010-06-04 14:38:00 +00:00
parent 1ae7c0c2e2
commit 2b9df3d05a
3 changed files with 3 additions and 8 deletions

View File

@ -24,7 +24,6 @@ typedef struct __hmdata {
int tofMode;
time_t nextUpdate;
int updateIntervall;
int updateFlag;
HistInt *localBuffer;
struct __hmdata *timeslave;
} HMdata, *pHMdata;