mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
motioncells: Remove unused private fields
This commit is contained in:
parent
50321b1ccd
commit
43e73bc3e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue