aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-07 17:21:05 +0200
committerThomas White <taw@physics.org>2019-05-14 10:02:50 +0200
commitaa1676f35317df92840b27ba78f13c13308bc7d4 (patch)
tree8e4dfa15ed4c78b00d9e87f8f4dd54099a69a9c5 /libcrystfel/src/image.h
parenta767ded362c1d5cd804ea4763bc902d87a10e4ec (diff)
Remove "valid" item from "struct imagefeature"
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index e1b3ab69..98cac12c 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -87,8 +87,6 @@ struct imagefeature {
/** @} */
const char *name; /**< Text name, e.g. "5,3,-1" */
-
- int valid; /**< \private */
};