aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
committerThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
commit6a2ebece241fd5d1a82787b446d8eb7b273ae97e (patch)
tree4e60ef94a90351bbf2439b29fbc3284b8176e9a4 /src/image.h
parent6a9811f69425e47b061f4987970681dbbf27a2bd (diff)
Don't try to render PDBs, part II: remove "molecule" from "struct image".
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h1
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;