From e14b57b6adfd920c444d2157c113fce7945fdb2c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 24 Jul 2012 17:38:22 -0700 Subject: [PATCH] no longer hardcoding 'x11' as the default terminal --- bin/feedgnuplot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 7c143a0..9ba67de 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -276,10 +276,6 @@ sub mainThread print PIPE "set terminal $terminalOpts{$outputfileType}\n"; print PIPE "set output \"$outputfile\"\n"; } - else - { - print PIPE "set terminal x11\n"; - } # If a bound isn't given I want to set it to the empty string, so I can communicate it simply to # gnuplot