diff --git a/src/sphdistance.c b/src/sphdistance.c index 62f6624b407..9c0323ace3f 100644 --- a/src/sphdistance.c +++ b/src/sphdistance.c @@ -52,11 +52,6 @@ enum sphdist_modes { SPHD_VALUES = 2}; struct SPHDISTANCE_CTRL { - struct SPHDISTANCE_A { /* -A[m|p|x|y|step] */ - bool active; - unsigned int mode; - double step; - } A; struct SPHDISTANCE_C { /* -C */ bool active; } C;