motioncells: Remove unused private fields

This commit is contained in:
Sebastian Dröge 2014-02-08 19:29:33 +01:00
parent 50321b1ccd
commit 43e73bc3e9

View file

@ -253,7 +253,7 @@ private:
int m_gridx, m_gridy;
double m_cellwidth, m_cellheight;
double m_alpha, m_beta;
double m_thresholdBoundingboxArea, m_cellArea, m_sensitivity;
double m_sensitivity;
int m_framecnt, m_motioncells_idx_count, m_initerrorcode, m_saveerrorcode;
char *m_motioncellsidxcstr, *m_initdatafilefailed, *m_savedatafilefailed;
FILE *mc_savefile;