diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index a8103b92..349e680c 100644 --- a/src/image.h +++ b/src/image.h @@ -69,9 +69,7 @@ struct rvec /* Structure describing an image */ struct image { - int *hdr; /* Actual counts */ float *data; /* Integer counts after bloom */ - double complex *sfacs; double *twotheta; struct molecule *molecule; UnitCell *indexed_cell; |