diff options
author | Thomas White <taw@physics.org> | 2011-05-02 16:09:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:25 +0100 |
commit | 31851dfe017e89ebcf00c89ea4c3a0f12f7e86a6 (patch) | |
tree | 11019bd16952189f60085beca1eecfdb748a573e /src/image.h | |
parent | 0b87230e52bf5c99366651a0cbafa07d212be4a7 (diff) |
Get rid of "image.raw_reflections"
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/image.h b/src/image.h index 22e0ddae..d6e22aee 100644 --- a/src/image.h +++ b/src/image.h @@ -87,7 +87,6 @@ typedef struct _imagefeaturelist ImageFeatureList; * int height; * * RefList *reflections; - * RefList *raw_reflections; * * ImageFeatureList *features; * }; @@ -151,9 +150,6 @@ struct image { /* Integrated (or about-to-be-integrated) reflections */ RefList *reflections; - /* Raw version of "reflections", e.g. in point group 1 */ - RefList *raw_reflections; - /* Detected peaks */ ImageFeatureList *features; |