altosui: Remove unused AltosConfigData from AltosTelemetryReader
authorKeith Packard <keithp@keithp.com>
Tue, 9 Aug 2011 01:53:59 +0000 (18:53 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Aug 2011 01:53:59 +0000 (18:53 -0700)
Now that AltosSerial manages this data, it's not needed here.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosTelemetryReader.java

index 4512e76186c4a8304c222a1d4bf8ff594d066da9..6abe95d8f3b917680bdc0a91317f3727c8a03eb9 100644 (file)
@@ -27,7 +27,6 @@ class AltosTelemetryReader extends AltosFlightReader {
        AltosSerial     serial;
        AltosLog        log;
        AltosRecord     previous;
-       AltosConfigData config_data;
        double          frequency;
        int             telemetry;