summaryrefslogtreecommitdiffstats
path: root/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch
blob: 3ac8d9a9fb433a9bc4a5b3a4d2daa6f9bf0f5b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/plot.c b/src/plot.c
index d86f288..3bdf884 100644
--- a/src/plot.c
+++ b/src/plot.c
@@ -498,11 +498,6 @@ main(int argc_orig, char **argv)
 
     /* Need this before show_version is called for the first time */
 
-    if (interactive)
-	show_version(stderr);
-    else
-	show_version(NULL); /* Only load GPVAL_COMPILE_OPTIONS */
-
     update_gpval_variables(3);  /* update GPVAL_ variables available to user */
 
 #ifdef VMS