From b6cc2579c4180398537d1e144980a3057e774805 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 22 May 2011 15:05:08 -0700 Subject: [PATCH] removed unused variable --- bin/feedGnuplot | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 1ab0597..d1a8058 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -30,7 +30,6 @@ my %curveIndices = (); # now start the data acquisition and plotting threads my $dataQueue; -my $xwindow; my $streamingFinished : shared = undef; if($options{stream})