From a1408ca8460ef486730b4e5ce11cfca2504edf3b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Oct 2010 18:33:13 -0700 Subject: Remove redundant elements from "struct image" --- src/image.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 4f5052bb..c39c19a0 100644 --- a/src/image.h +++ b/src/image.h @@ -37,12 +37,6 @@ struct imagefeature { double y; double intensity; - /* Partner for this feature (in another feature list) or NULL */ - struct imagefeature_struct *partner; - - /* Distance between this feature and its partner, if any. */ - double partner_d; - /* Reciprocal space coordinates (m^-1 of course) of this feature */ double rx; double ry; -- cgit v1.2.3