changeset 20965:93a48264f402

Remove erroneous TODO introduced by rev 6ac3d299c5ad. * __gnuplot_print__.m: Remove TODO.
author Ben Abbot <bpabbott@mac.com>
date Tue, 22 Dec 2015 23:28:38 -0500
parents 6ac3d299c5ad
children 7026da637999
files scripts/plot/util/private/__gnuplot_print__.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_print__.m	Tue Dec 22 22:30:40 2015 -0500
+++ b/scripts/plot/util/private/__gnuplot_print__.m	Tue Dec 22 23:28:38 2015 -0500
@@ -116,8 +116,6 @@
           "pdfcairolatexstandalone", "pngcairo"}
       term = opts.devopt;
       if (strfind (term, "standalone"))
-        ## TODO: Specifying the size of the figure and page are not yet
-        ## supported. Specifying the font size also does not work.
         gp_opts = sprintf ("standalone %s", gp_opts);
         term = strrep (term, "standalone", "");
       endif