diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-21 18:33:13 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | a1408ca8460ef486730b4e5ce11cfca2504edf3b (patch) | |
tree | 9bbb6dff4e25e5218c50edc889fbe525acce01a9 /src/image.c | |
parent | a11ebc01ac2c3dbddb1974a171f5755cf3016922 (diff) |
Remove redundant elements from "struct image"
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index d4d66712..81c56414 100644 --- a/src/image.c +++ b/src/image.c @@ -84,8 +84,6 @@ void image_add_feature(ImageFeatureList *flist, double x, double y, flist->features[flist->n_features].y = y; flist->features[flist->n_features].intensity = intensity; flist->features[flist->n_features].parent = parent; - flist->features[flist->n_features].partner = NULL; - flist->features[flist->n_features].partner_d = 0.0; flist->features[flist->n_features].name = name; flist->features[flist->n_features].valid = 1; |