changeset 28893:cbd02f41c314

__file_filter__.m: remove stray '#keyboard;" line. * __file_filter__.m: remove commented out "keyboard" command presumably left over from debugging.
author Rik <rik@octave.org>
date Sat, 10 Oct 2020 17:59:23 -0700
parents 3cac3ceb9629
children 61bdb3e2f6a1
files scripts/gui/private/__file_filter__.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/private/__file_filter__.m	Sat Oct 10 17:55:56 2020 -0700
+++ b/scripts/gui/private/__file_filter__.m	Sat Oct 10 17:59:23 2020 -0700
@@ -30,7 +30,6 @@
 
 function [retval, defname, defdir] = __file_filter__ (caller, file_filter)
 
-  #keyboard;
   retval = {};
   defname = "";
   defdir = "";