summaryrefslogtreecommitdiff
path: root/xgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-01 17:40:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-01 17:40:12 +0000
commitd5fd2e80c3e9aeff38f0b7b8d6958caa925643d3 (patch)
tree0ba1860f8478260083aafa5d0d5565d8d9f17ca5 /xgps.c
parent6cc0fb834be5634c836b528f72f52c51f246c5ae (diff)
downloadgpsd-d5fd2e80c3e9aeff38f0b7b8d6958caa925643d3.tar.gz
clean up time calls so library will be reentrant.
Diffstat (limited to 'xgps.c')
-rw-r--r--xgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgps.c b/xgps.c
index fa96e8e1..7aa2d13f 100644
--- a/xgps.c
+++ b/xgps.c
@@ -24,7 +24,7 @@ static Widget toplevel, form, left, right, quitbutton;
static Widget satellite_list, satellite_diagram, status;
static Widget rowColumn_11, rowColumn_12, rowColumn_13, rowColumn_14;
static Widget rowColumn_15, rowColumn_16, rowColumn_17, rowColumn_18;
-static Widget rowColumn_19, rowColumn_20, rowColumn_21, rowColumn_22;
+static Widget rowColumn_19, rowColumn_20, rowColumn_21;
static Widget text_1, text_2, text_3, text_4, text_5, text_6, text_7;
static Widget text_8, text_9, text_10, text_11;
static Widget label_1, label_2, label_3, label_4, label_5, label_6, label_7;