From 7ecaa2a78396c1ab55eb9ddad501106286edbe1a Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 9 Apr 2025 21:51:07 +0800 Subject: [PATCH] sphdistance: Remove unused -A flag from source codes --- src/sphdistance.c | 5 ----- 1 file changed, 5 deletions(-) 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;