diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 5f2cf3d0..2885b734 100644 --- a/src/image.h +++ b/src/image.h @@ -72,7 +72,6 @@ struct image { float *data; double *twotheta; - struct molecule *molecule; UnitCell *indexed_cell; UnitCell *candidate_cells[MAX_CELL_CANDIDATES]; int ncells; |