diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 91a0afc4..fb33f2d9 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -68,13 +68,6 @@ struct imagefeature { int pn; /**< Panel number */ double intensity; /**< Intensity */ - /** \name Reciprocal space coordinates (m^-1) of this feature */ - /** @{ */ - double rx; - double ry; - double rz; - /** @} */ - const char *name; /**< Text name, e.g. "5,3,-1" */ }; |