# HG changeset patch # User Ben Abbot # Date 1450844918 18000 # Node ID 93a48264f402c4a56eddf1462b0a8a77f4fa1db1 # Parent 6ac3d299c5ad5bba7e948003fc35a5b03ef22c1c Remove erroneous TODO introduced by rev 6ac3d299c5ad. * __gnuplot_print__.m: Remove TODO. diff -r 6ac3d299c5ad -r 93a48264f402 scripts/plot/util/private/__gnuplot_print__.m --- 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