changeset 14382:e2306a8e054c

Revert changeset 688e19ca262b due to regression. See bug # 34595.
author Ben Abbott <bpabbott@mac.com>
date Sat, 18 Feb 2012 12:42:54 -0500
parents 688e19ca262b
children 4e8f1d1b0d75
files scripts/plot/print.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/print.m	Fri Feb 17 20:09:04 2012 -0500
+++ b/scripts/plot/print.m	Sat Feb 18 12:42:54 2012 -0500
@@ -393,10 +393,6 @@
       opts = __gnuplot_print__ (opts);
     otherwise
       opts = __fltk_print__ (opts);
-      if (isunix ())
-        ## FIXME - Is there a way to explicitly determine the pid numbers?
-        waitpid (0);
-      endif
     endswitch
 
   unwind_protect_cleanup