From 4066069c4fe9fe3b65acfd41f496cdcd842578dd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 16 Dec 2010 11:54:21 -0500 Subject: Remove some unnecessary and broken code. --- gpsprof | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gpsprof') diff --git a/gpsprof b/gpsprof index f34d2d96..7402a992 100755 --- a/gpsprof +++ b/gpsprof @@ -408,11 +408,6 @@ def plotframe(await, fname, speed, threshold, title): sys.exit(1) device = session.data.devices[0] path = device["path"] - session.baudrate = device["bps"] - session.parity = device["bps"] - session.stopbits = device["stopbits"] - session.cycle = device["cycle"] - session.gps_id = device["driver"] # Set parameters if speed: session.send('?DEVICE={"path":"%s","bps:":%d}' % (path, speed)) -- cgit v1.2.1