changeset 26584:76fa5cd18e04

dump_demos.m: Remove temporary code left in cset 2ae2dcf0f4d5. * dump_demos.m: Remove code to import viridis.m function.
author Rik <rik@octave.org>
date Mon, 21 Jan 2019 11:44:00 -0800
parents 70c5235df63a
children 5fec5393a9c8
files scripts/testfun/private/dump_demos.m
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/testfun/private/dump_demos.m	Mon Jan 21 10:35:30 2019 -0800
+++ b/scripts/testfun/private/dump_demos.m	Mon Jan 21 11:44:00 2019 -0800
@@ -360,12 +360,6 @@
 "end                                                                          "
 ]);  # End of rgbplot dump
 
-  ## Add viridis function
-  fdisp (fid, [
-
-
-]);  # End of viridis dump
-
   fprintf (fid, "\n");
 
   fprintf (fid, "\n%s\n", repmat ("%", [1, 60]));