changeset 30755:1b96856b88ef stable

jupyter_notebook.m (saveContext): remove unused parameter
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 18 Feb 2022 19:15:04 +0900
parents b124e123a759
children e4428d01f863 25d08ca386a7
files scripts/miscellaneous/jupyter_notebook.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/jupyter_notebook.m	Thu Feb 17 22:55:29 2022 -0500
+++ b/scripts/miscellaneous/jupyter_notebook.m	Fri Feb 18 19:15:04 2022 +0900
@@ -546,7 +546,7 @@
     endfunction
 
 
-    function saveContext (obj, op)
+    function saveContext (obj)
 
       ## Save the context in private "obj" attribute.