diff --git a/config.proto b/config.proto index e2c3861..9fa7d5b 100644 --- a/config.proto +++ b/config.proto @@ -175,12 +175,6 @@ message Config { */ uint32 gps_attempt_time = 7; - /* - * Shall we accept 2D GPS fixes? By default, only 3D fixes are accepted - * (during a 2D fix, altitude values are unreliable and will be excluded) - */ - bool gps_accept_2d = 8; - /* * GPS maximum DOP accepted (dilution of precision) * Set a rejection threshold for GPS readings based on their precision,